5 lines
62 B
Kotlin
Vendored
5 lines
62 B
Kotlin
Vendored
fun foo() {
|
|
var y = 0
|
|
val x = 0
|
|
<caret>y = y + x
|
|
} |