Files
kotlin-fork/idea/testData/quickfix/autoImports/notExcludedClass.before.Main.kt
T
Evgeny Gerashchenko 5c56bc455e Supported excluded packages/classes in auto-import quick fix.
#KT-2413 in progress
2015-07-08 14:28:37 +03:00

4 lines
102 B
Kotlin
Vendored

// "Import" "true"
// ERROR: Unresolved reference: NotExcludedClass
val x = <caret>NotExcludedClass()