fun test(b: Boolean): Unit = if (b) { Unit Unit } else { }