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

3 lines
46 B
Plaintext
Vendored

fun neq(a: Int, b: Int) {
if (b == a) {}
}