TypeScript/tests/baselines/reference/emptyTypeArgumentList.errors.txt
2014-09-11 16:11:08 -07:00

7 lines
268 B
Plaintext

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