[FIR] Check compatibility of equality call between IT by component of each type
^KT-48113 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
5bdfa14a37
commit
67dd23354c
Vendored
+4
-2
@@ -1,5 +1,7 @@
|
||||
// FULL_JDK
|
||||
// ISSUE: KT-48113
|
||||
|
||||
fun collapse(path: String) {
|
||||
val result = (path as java.lang.String).replace("123", "456")
|
||||
if (<!EQUALITY_NOT_APPLICABLE_WARNING!>result !== path<!>) {}
|
||||
}
|
||||
if (result !== path) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user