// WITH_RUNTIME // PROBLEM: none fun baz(foo: String) { foo.let { it.indexOfLast { c -> c == it[0] } + 1 } }