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

3 lines
59 B
Plaintext
Vendored

// FIX: Replace with '=='
val x = !(2 == 3 && 4.equals(5))