fun foo() {} fun test(b: Boolean) { if (b) foo() else /* aaa */ foo() // bbb }