// WITH_RUNTIME fun foo() {} fun test() { for (l in listOf(1, 2)) { foo() // comment } }