//// [nestedGenerics.ts] interface Foo { t: T; } var f: Foo>; //// [nestedGenerics.js] var f;