5 lines
42 B
Kotlin
Vendored
5 lines
42 B
Kotlin
Vendored
fun foo() {
|
|
var x = 0
|
|
x = 1 - x
|
|
}
|