Add "flip equals" intention for String.equals extension from stdlib
So #KT-19282 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
0efdcb59fa
commit
82fc221470
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention replaces string1.equals(string2, ignoreCase) with string2.equals(string1, ignoreCase).
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user