// "Create member function 'A.foo'" "true" class A(val n: T) { inner class B(val m: U) { fun test(): A { return this@A.foo(2, "2") } } }