5 lines
43 B
Kotlin
Vendored
5 lines
43 B
Kotlin
Vendored
fun foo() {
|
|
var a = 5
|
|
a--<caret>
|
|
}
|