Files
kotlin-fork/idea/testData/intentions/swapBinaryExpression/plusInt.kt
T

4 lines
58 B
Kotlin
Vendored

fun test(a: Int, b: Int): Int {
return a <caret>+ b
}