i want to be able to do like `foo.thing?.let { bar...
# announcements
s
i want to be able to do like
foo.thing?.let { bar(this) }
, where
this
is the
thing