KT-11425: replace call with binary operator works now also with equals() and ==
(cherry picked from commit 5d47fdf)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
39d7d3381c
commit
2850a7898d
+3
@@ -0,0 +1,3 @@
|
||||
// INTENTION_TEXT: Replace with '==' operator
|
||||
|
||||
val x = 2.equals<caret>(2)
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
// INTENTION_TEXT: Replace with '==' operator
|
||||
|
||||
val x = 2 == 2
|
||||
Reference in New Issue
Block a user