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