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