CG65RqXP

Results 1 comments of CG65RqXP

I've also encountered this problem. Additionally, I've noticed that: ```ts declare const x: { (a: true): void; (a: false): void; }; declare const y: boolean; y === true? x(y) :...