TypeScript/tests/baselines/reference/emptyTypeArgumentList.errors.txt

7 lines
240 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== 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.