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

6 lines
241 B
Plaintext
Raw Normal View History

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