KT-11425: replace call with binary operator works now also with equals() and ==

(cherry picked from commit 5d47fdf)
This commit is contained in:
Mikhail Glukhikh
2016-07-27 18:47:19 +03:00
committed by Mikhail Glukhikh
parent 39d7d3381c
commit 2850a7898d
4 changed files with 31 additions and 11 deletions
@@ -0,0 +1,3 @@
// INTENTION_TEXT: Replace with '==' operator
val x = 2.equals<caret>(2)
@@ -0,0 +1,3 @@
// INTENTION_TEXT: Replace with '==' operator
val x = 2 == 2