9 lines
104 B
Kotlin
Vendored
9 lines
104 B
Kotlin
Vendored
// "Create member function 'A.foo'" "true"
|
|
// JS
|
|
|
|
external class A
|
|
|
|
fun test() {
|
|
A().<caret>foo()
|
|
}
|