// PROBLEM: none // WITH_RUNTIME fun foo(s: String) { s.substring(1, s.indexOf('x')) }