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

9 lines
118 B
Kotlin
Vendored

// "Fix with 'asDynamic'" "true"
// JS
@native
class B {
@na<caret>tive("xx")
fun aaaa() // remove @native
}