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