5 lines
52 B
Plaintext
Vendored
5 lines
52 B
Plaintext
Vendored
fun foo() {
|
|
var y = 0
|
|
val x = 0
|
|
y += x
|
|
} |