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