4f8e29ad23
#KT-30669 Fixed #KT-7380 Fixed #KT-30663 Fixed
7 lines
158 B
Kotlin
Vendored
7 lines
158 B
Kotlin
Vendored
// "Import" "true"
|
|
// ERROR: Unresolved reference: importedValA
|
|
|
|
import editor.completion.apx.importedValA as valA
|
|
fun context() {
|
|
<caret>importedValA()
|
|
} |