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