TypeScript/tests/baselines/reference/contextualTyping30.errors.txt
2014-07-12 17:30:19 -07:00

4 lines
No EOL
234 B
Text

==== tests/cases/compiler/contextualTyping30.ts (1 errors) ====
function foo(param:number[]){}; foo([1, "a"]);
~~~~~~~~~~~~~
!!! Supplied parameters do not match any signature of call target.