5 lines
49 B
Kotlin
Vendored
5 lines
49 B
Kotlin
Vendored
fun foo() {
|
|
val a<caret> = 1
|
|
val b = 1
|
|
}
|