// "Create member function 'A.foo'" "true" // ERROR: Unresolved reference: foo internal fun test(a: A): Int? { return a.foo(1, "2") }