b091eaa3cd
#KT-2483 Fixed
6 lines
149 B
Kotlin
6 lines
149 B
Kotlin
// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
|
|
// ERROR: Unresolved reference: Nested
|
|
|
|
fun test() {
|
|
Nested
|
|
} |