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