Files
kotlin-fork/idea/testData/inspectionsLocal/simplifyNegatedBinaryExpression/equals.kt.after
T
2017-12-26 18:39:51 +03:00

4 lines
80 B
Plaintext
Vendored

// FIX: Replace negated '==' operation with '!='
fun test(n: Int) {
0 != 1
}