73e623b5ac
Also remove `MultiFilePrimitiveJvmBasicCompletionTestGenerated` tests
8 lines
85 B
Kotlin
Vendored
8 lines
85 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
package first
|
|
|
|
fun firstFun() {
|
|
s<caret>
|
|
}
|
|
|
|
// EXIST: secondFun |