// PROBLEM: none fun test() { for (i in 1..10) { foo() } } fun foo() {}