4 lines
52 B
Kotlin
Vendored
4 lines
52 B
Kotlin
Vendored
fun test() {
|
|
var i = 1
|
|
<expr>i</expr> += 1
|
|
} |