Add warn message to ReplaceWithIgnoreCaseEquals inspection.

Relates to ^KT-40016
This commit is contained in:
Vladimir Dolzhenko
2020-09-10 08:20:54 +00:00
parent 5036673187
commit a73856be66
@@ -12,5 +12,7 @@ fun main() {
println(a.toLowerCase() == b.toLowerCase()) // can be replaced with "a.equals(b, ignoreCase = true)"
}
</pre>
<br><br>
<b>Note:</b> May change semantics for some locales.
</body>
</html>