fun test(b: Boolean): Int { if (b) { return 54 } else { return 45 } }