Files
kotlin-fork/idea/testData/quickfix/autoImports/noImportForNestedInPrivate.after.kt
T
2015-02-12 18:18:02 +03:00

6 lines
149 B
Kotlin

// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
// ERROR: Unresolved reference: Nested
fun test() {
Nested
}