Files
kotlin-fork/idea/testData/inspectionsLocal/wrapUnaryOperator/simple.kt
T
2017-06-16 15:02:24 +03:00

3 lines
49 B
Kotlin
Vendored

fun Int.inc() = this + 1
val x = <caret>-1.inc()