=== tests/cases/compiler/declFileForTypeParameters.ts === class C { >C : C >T : T x: T; >x : T >T : T foo(a: T): T { >foo : (a: T) => T >a : T >T : T >T : T return this.x; >this.x : T >this : C >x : T } }