cha0wg

Results 2 comments of cha0wg

这样ok吗? ``` function f(a: T, b: T) { if (typeof a === 'string') { return a + ':' + b; // no error but b can be number! } else...