mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
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<!>) {}
|
|
} |