5 lines
77 B
Kotlin
Vendored
5 lines
77 B
Kotlin
Vendored
fun foo() {
|
|
var x = 0
|
|
<!ASSIGNED_VALUE_IS_NEVER_READ!>x<!> = 1 - x
|
|
}
|