5 lines
74 B
Kotlin
Vendored
5 lines
74 B
Kotlin
Vendored
// FIX: Replace with '+='
|
|
fun foo() {
|
|
var x = 0
|
|
<caret>x = x + 1
|
|
} |