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

6 lines
241 B
Plaintext

==== tests/cases/compiler/genericTypeUsedWithoutTypeArguments3.ts (1 errors) ====
interface Foo<T> { }
interface Bar<T> extends Foo { }
~~~
!!! Generic type 'Foo<T>' requires 1 type argument(s).