65e6e21d0f
Note, that it only works for top-level declarations ^KT-7185 Fixed
15 lines
109 B
Kotlin
Vendored
15 lines
109 B
Kotlin
Vendored
package a
|
|
|
|
import a1
|
|
<<<HEAD
|
|
import a2
|
|
import a3
|
|
>>> BAR
|
|
|
|
fun bar() {}
|
|
|
|
import a2
|
|
import a4.df
|
|
|
|
fun foo() {}
|