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