73e623b5ac
Also remove `MultiFilePrimitiveJvmBasicCompletionTestGenerated` tests
7 lines
87 B
Kotlin
Vendored
7 lines
87 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
// NUMBER: 1
|
|
// EXIST: foo.txt
|
|
|
|
fun foo() {
|
|
val s = "fo<caret>"
|
|
} |