8 lines
191 B
Kotlin
8 lines
191 B
Kotlin
// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
|
|
// ERROR: Unresolved reference: externalFun
|
|
|
|
package testing
|
|
|
|
fun some() {
|
|
testing.<caret>externalFun()
|
|
} |