Files
kotlin-fork/idea/testData/intentions/swapBinaryExpression/minus.kt
T
2014-03-25 15:55:53 +04:00

4 lines
80 B
Kotlin
Vendored

// IS_APPLICABLE: false
fun new(x: Int, y: Int): Int {
return y <caret>- x
}