// WITH_RUNTIME fun foo() { for (x /* current */ in 1..10/* from 1 to 10 */) { } }