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

4 lines
208 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/recursiveTypeParameterConstraintReferenceLacksTypeArgs.ts (1 errors) ====
class A<T extends A> { }
~
!!! Generic type 'A<T>' requires 1 type argument(s).