4 lines
38 B
Plaintext
Vendored
4 lines
38 B
Plaintext
Vendored
fun foo() {
|
|
var x = 0
|
|
x -= 1
|
|
} |