// OPTION: 1 fun foo(n: Int) { for (k in 0..n) { println(k) } }