647558c98a
So #KT-18236 Fixed
3 lines
49 B
Kotlin
Vendored
3 lines
49 B
Kotlin
Vendored
fun Int.inc() = this + 1
|
|
|
|
val x = <caret>-1.inc() |