4 lines
47 B
Kotlin
Vendored
4 lines
47 B
Kotlin
Vendored
fun foo() {
|
|
var a = 0
|
|
a = (a + 1) / 2
|
|
} |