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

7 lines
240 B
Plaintext

==== 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.