// WITH_RUNTIME fun test() { listOf(1, 2).forEach { l -> // comment } }