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