Files
kotlin-fork/idea/testData/quickfix/migration/jsExternal/funPlacementOnExternalClassJsRuntime.kt
T

9 lines
104 B
Kotlin
Vendored

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