Files
kotlin-fork/idea/testData/inspectionsLocal/simplifyNegatedBinaryExpression/greaterThan.kt.after
T

4 lines
79 B
Plaintext
Vendored

// FIX: Simplify negated '>' expression to '<='
fun test(n: Int) {
0 <= 1
}