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