5 lines
63 B
Kotlin
Vendored
5 lines
63 B
Kotlin
Vendored
// PROBLEM: none
|
|
fun test() {
|
|
var i = 1
|
|
i <caret>+= 2
|
|
} |