either it was overriding something or the Boolean ...
# random
k
either it was overriding something or the Boolean really had some meaning. e.g. in a
when
Copy code
fun foo(bar: Baz) = when(bar) {
    ...
    else -> doSomething.coerceToFalse()
}