//// [instantiateTypeParameter.ts] interface Foo { var x: T<>; } //// [instantiateTypeParameter.js] var x;