// PROBLEM: none fun test(i: Int) { if (i == 1) { } else { foo() } } fun foo() {}