// "Create property 'foo' as constructor parameter" "true" class A(val n: T) { fun test(): A { return this.foo } }