Files
kotlin-fork/idea/testData/intentions/swapBinaryExpression/plusMinus.kt
T
2014-05-21 12:56:43 +04:00

4 lines
48 B
Kotlin
Vendored

fun test(): Int {
return 1 <caret>+ 2 - 3
}