Add resources-en for idea
#KT-38297 Fixed
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
"ABC".equals("abc", true)
|
||||
+1
@@ -0,0 +1 @@
|
||||
"abc".equals("ABC", true)
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention replaces <b>string1.equals(string2, ignoreCase)</b> with <b>string2.equals(string1, ignoreCase)</b>.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user