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