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

6 lines
239 B
Plaintext
Raw Normal View History

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