I believe <@U0AKK0WL8>’s point is that if you do `...
# announcements
c
I believe @evanchooly’s point is that if you do
o?.let {}
,
o
is still a nullable reference in the block so you have to use
it
(or whatever you called it)