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