4 lines
48 B
Kotlin
Vendored
4 lines
48 B
Kotlin
Vendored
fun foo() {
|
|
val a = 1
|
|
<caret>val b = 2
|
|
} |