// "Create member function 'A.foo'" "true" // JS external class A { fun foo() } fun test() { A().foo() }