Files
kotlin-fork/idea/testData/intentions/conventionNameCalls/replaceCallWithBinaryOperator/notEqualsBracketsComplex.kt.after
T
Mikhail Glukhikh f309021c9f KT-11425: convert !a.equals(b) to a != b
(cherry picked from commit 56c7786)
2016-08-01 12:23:07 +03:00

3 lines
79 B
Plaintext
Vendored

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