Files
kotlin-fork/idea/testData/intentions/conventionNameCalls/replaceCallWithBinaryOperator/notEqualsBrackets.kt
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
76 B
Kotlin
Vendored

// INTENTION_TEXT: Replace with '!=' operator
val x = !(2.equals<caret>(3))