4 lines
49 B
Kotlin
Vendored
4 lines
49 B
Kotlin
Vendored
fun test() {
|
|
val x = 0
|
|
<caret>val y = 0
|
|
} |