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

8 lines
196 B
Kotlin
Vendored

// "class org.jetbrains.kotlin.idea.quickfix.AutoImportFix" "false"
// ACTION: Create class 'SomeTest'
// ERROR: Unresolved reference: SomeTest
package testing
val x = testing.<caret>SomeTest()