Files
kotlin-fork/idea/testData/quickfix/autoImports/importAliasPropertyAlreadyExists.before.Main.kt
T
2021-05-12 16:28:30 +00:00

8 lines
175 B
Kotlin
Vendored

// "Import" "true"
// ERROR: Unresolved reference: importedValA
import editor.completion.apx.importedValA as valA
fun context() {
<caret>importedValA()
}
/* IGNORE_FIR */