TypeScript/tests/cases/compiler/genericTypeUsedWithoutTypeArguments3.ts
2014-07-12 17:30:19 -07:00

3 lines
56 B
TypeScript

interface Foo<T> { }
interface Bar<T> extends Foo { }