4 lines
48 B
Kotlin
Vendored
4 lines
48 B
Kotlin
Vendored
fun foo() {
|
|
var x = 0
|
|
<caret>x = 1 + x
|
|
} |