// PROBLEM: none // WITH_RUNTIME fun foo(s: String) { s.substring(3, s.length - 5) }