`?.invoke()` is ok. That's what I'm usually doing ...
# announcements
m
?.invoke()
is ok. That's what I'm usually doing unless there is a reason to check for
null
before or there is
else
case.