=== tests/cases/conformance/classes/propertyMemberDeclarations/thisInInstanceMemberInitializer.ts === class C { >C : C x = this; >x : C >this : C } class D { >D : D >T : T x = this; >x : D >this : D y: T; >y : T >T : T }