// "Create member function 'J.foo'" "true" // ERROR: Unresolved reference: foo fun test() { val a: Int = J.foo("1", 2) }