$ node built/local/tsc.js index.ts
$ node built/local/tsc.js index.ts
index.ts(5,5): error TS2322: Type '(this: void, ...argArray: any[]) => string' i
s not assignable to type 'F'.
Type 'string' is not assignable to type 'number'.
index.ts(6,5): error TS2322: Type 'string' is not assignable to type 'number'.
index.ts(7,5): error TS2322: Type 'string' is not assignable to type 'number'.
TypeScript Version:
master
Code
Expected behavior:
Actual behavior: