Files
kotlin-fork/idea/testData/quickfix/autoImports/noImportInQualifiedExpressionNotFirst.before.Main.kt
T
2014-11-11 14:42:45 +03:00

8 lines
212 B
Kotlin
Vendored

// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
// ACTION: Create class 'SomeTest'
// ERROR: Unresolved reference: SomeTest
package testing
val x = testing.<caret>SomeTest()