blob: c923c8bb26756195d9b3e9f83f1fcff432d55731 [file] [log] [blame]
// WITH_RUNTIME
fun main() {
1.rangeTo(2).forEach { x -> x }
}