```fun Any?.exhaustive() = Unit when (...) { ....
# announcements
k
Copy code
fun Any?.exhaustive() = Unit
when (...) {
    ...
}.exhaustive()