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

3 lines
38 B
TypeScript

interface Foo<T> {
var x: T<>;
}