Add warn message to ReplaceWithIgnoreCaseEquals inspection.
Relates to ^KT-40016
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user