FIR: don't report EQUALITY_NOT_APPLICABLE for classes from java.*
Workaround for KT-48113
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
// FULL_JDK
|
||||
fun collapse(path: String) {
|
||||
val result = (path as java.lang.String).replace("123", "456")
|
||||
if (<!EQUALITY_NOT_APPLICABLE_WARNING!>result !== path<!>) {}
|
||||
}
|
||||
Reference in New Issue
Block a user