2bf3b435f2
#KT-25579 Fixed
4 lines
58 B
Kotlin
Vendored
4 lines
58 B
Kotlin
Vendored
fun test(import: Int) {
|
|
import<caret>;
|
|
val a = 1
|
|
} |