`is` looks similar but more complicated: `expr is ...
# announcements
m
is
looks similar but more complicated:
expr is Type
->
infix fun Any?.is(type: Type): Boolean
won’t work, because type is not an expression, we’ll need
::class