Files
kotlin-fork/idea/testData/quickfix/autoImports/noImportForNestedInPrivate.after.kt
T
2015-10-05 15:33:45 +03:00

6 lines
133 B
Kotlin
Vendored

// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
// ERROR: Unresolved reference: Nested
fun test() {
Nested
}