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