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