3427e0aebb
The insertion handling test is not correct, we need to check file imports before adding new ones
7 lines
95 B
Kotlin
Vendored
7 lines
95 B
Kotlin
Vendored
// FIR_COMPARISON
|
|
package second
|
|
|
|
import first.FirstClass
|
|
|
|
fun FirstClass.secondExtension() {
|
|
} |