// WITH_RUNTIME fun main() { val x = 1..4 x.reversed().forEach { it } }