// WITH_RUNTIME // IS_APPLICABLE: false fun baz(foo: String) { foo.let { it.substringAfterLast("".equals(it).toString()) } }