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