TypeScript/tests/baselines/reference/genericTypeUsedWithoutTypeArguments1.errors.txt
2014-09-11 16:11:08 -07:00

6 lines
253 B
Plaintext

==== tests/cases/compiler/genericTypeUsedWithoutTypeArguments1.ts (1 errors) ====
interface Foo<T> { }
class Bar<T> implements Foo { }
~~~
!!! error TS2314: Generic type 'Foo<T>' requires 1 type argument(s).