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

4 lines
63 B
Kotlin
Vendored

fun neq(a: Boolean, b: Boolean) {
if (a <caret>and b) {}
}