5 lines
64 B
Plaintext
Vendored
5 lines
64 B
Plaintext
Vendored
// FIX: Replace with '+='
|
|
fun foo() {
|
|
var x = 0
|
|
x += 1
|
|
} |