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

6 lines
239 B
Plaintext

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