// PROBLEM: none fun test(i: Int) { do { foo() } while (i == 1) } fun foo() {}