6 lines
153 B
Kotlin
Vendored
6 lines
153 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.ImportFix" "false"
|
|
// ERROR: Unresolved reference: SomeTest
|
|
|
|
package testing
|
|
|
|
import testing.<caret>SomeTest |