f309021c9f
(cherry picked from commit 56c7786)
3 lines
74 B
Kotlin
Vendored
3 lines
74 B
Kotlin
Vendored
// INTENTION_TEXT: Replace with '!=' operator
|
|
|
|
val x = !2.equals<caret>(3) |