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