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