=== tests/cases/compiler/nestedGenerics.ts === interface Foo { >Foo : Foo >T : T t: T; >t : T >T : T } var f: Foo>; >f : Foo> >Foo : Foo >Foo : Foo