5 lines
72 B
Kotlin
Vendored
5 lines
72 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun foo() {
|
|
var x = 0
|
|
<caret>x = 1 - x
|
|
} |