// !WITH_NEW_INFERENCE package f fun test(a: Boolean, b: Boolean): Int { return if(a) { 1 } else { if (b) { 3 } } }