Files
kotlin-fork/idea/testData/quickfix/migration/jsExternal/nestedExtension01.kt
T
2020-02-26 18:57:11 +03:00

11 lines
303 B
Kotlin
Vendored

// "Fix with 'asDynamic'" "false"
// JS
// ACTION: Convert to block body
// ACTION: Move to companion object
// ACTION: Remove explicit type specification
// ERROR: Declaration of such kind (extension function) can't be external
external class A {
fun A.<caret>bar(): Nothing = definedExternally
}