5 lines
46 B
Kotlin
Vendored
5 lines
46 B
Kotlin
Vendored
fun foo() {
|
|
var x = 0
|
|
-<caret>(++x)
|
|
}
|