Files
kotlin-fork/idea/testData/quickfix/autoImports/noImportForFunInQualifiedNotFirst.after.kt
T

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()
}