What if `a?.b` is not null but `b.toString()` is `...
# announcements
e
What if
a?.b
is not null but
b.toString()
is
null
? The general case is that null can happen in any position along the chain