6 lines
173 B
Kotlin
6 lines
173 B
Kotlin
// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
|
|
// ERROR: Unresolved reference: SomeTest
|
|
|
|
package testing
|
|
|
|
import testing.<caret>SomeTest |