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