73a8b4544a
Workaround for KT-48113
5 lines
174 B
Kotlin
Vendored
5 lines
174 B
Kotlin
Vendored
// FULL_JDK
|
|
fun collapse(path: String) {
|
|
val result = (path as java.lang.String).replace("123", "456")
|
|
if (<!EQUALITY_NOT_APPLICABLE_WARNING!>result !== path<!>) {}
|
|
} |