5 lines
69 B
Kotlin
Vendored
5 lines
69 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun foo() {
|
|
var x = 0
|
|
x =<caret> x - 1 - 1
|
|
} |