6 lines
73 B
Plaintext
Vendored
6 lines
73 B
Plaintext
Vendored
fun foo() {
|
|
var x = 0
|
|
val a = 1
|
|
val b = 1
|
|
x = x + a / b
|
|
} |