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

7 lines
229 B
Plaintext

==== tests/cases/compiler/emptyGenericParamList.ts (2 errors) ====
class I<T> {}
var x: I<>;
~~
!!! Type argument list cannot be empty.
~~~
!!! Generic type 'I<T>' requires 1 type argument(s).