blob: a040dc1001282b3ffef2a3529e08d95dd09484c3 [file] [log] [blame]
fun foo() {
for (i in 1..9)
println(i)
}