// PROBLEM: none // WITH_RUNTIME const val x = 0 fun foo(s: String) { s.substring(x, 10) }