blob: 35dab23bf0c5823f73175bc88dba1f7851fd95dd [file] [log] [blame]
fun t1() {
for (i in 1..2) {
doSmth(i)
}
}
fun doSmth(i: Int) {}