// "Create class 'Foo'" "true" class A(val n: T) { class Foo(i: Int) { } } fun test() { val a = A.Foo(2) }