7 lines
154 B
Kotlin
Vendored
7 lines
154 B
Kotlin
Vendored
// "class org.jetbrains.kotlin.idea.quickfix.ImportFix" "false"
|
|
// ERROR: Unresolved reference: SomeTest
|
|
|
|
package testing
|
|
|
|
val x = some.<caret>SomeTest()
|