3427e0aebb
The insertion handling test is not correct, we need to check file imports before adding new ones
7 lines
85 B
Kotlin
Vendored
7 lines
85 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
package first
|
|
|
|
fun firstFun() {
|
|
val a = ""
|
|
a.hello<caret>
|
|
} |