// FULL_JDK // ISSUE: KT-48113 // STATUS: On a K2 technical meeting on Mar-27-2023 it was decided to report a warning // WITH_EXTENDED_CHECKERS fun collapse(path: String) { val result = (path as java.lang.String).replace("123", "456") if (result !== path) {} }