fun test(b: Boolean) { if (b) { 54 } else { 45 } + 4 }