TypeScript/tests/cases/compiler/fixTypeParameterInSignatureWithRestParameters.ts
2014-07-12 17:30:19 -07:00

2 lines
68 B
TypeScript

function bar<T>(item1: T, item2: T) { }
bar(1, ""); // Should be ok