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