Or maybe `fun Any?.eat() = Unit` also works? `when...
# announcements
k
Or maybe
fun Any?.eat() = Unit
also works?
when(...) { ... }.eat()
.