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