TypeScript/tests/baselines/reference/emptyTypeArgumentList.errors.txt
2014-08-27 16:58:31 -07:00

7 lines
No EOL
240 B
Text

==== tests/cases/compiler/emptyTypeArgumentList.ts (2 errors) ====
function foo<T>() { }
foo<>();
~~
!!! Type argument list cannot be empty.
~~~~~~~
!!! Supplied parameters do not match any signature of call target.