=== tests/cases/compiler/nestedGenerics.ts === interface Foo { >Foo : Symbol(Foo, Decl(nestedGenerics.ts, 0, 0)) >T : Symbol(T, Decl(nestedGenerics.ts, 0, 14)) t: T; >t : Symbol(t, Decl(nestedGenerics.ts, 0, 18)) >T : Symbol(T, Decl(nestedGenerics.ts, 0, 14)) } var f: Foo>; >f : Symbol(f, Decl(nestedGenerics.ts, 4, 3)) >Foo : Symbol(Foo, Decl(nestedGenerics.ts, 0, 0)) >Foo : Symbol(Foo, Decl(nestedGenerics.ts, 0, 0))