Join Slack
Powered by
What if `a?.b` is not null but `b.toString()` is `...
# announcements
e
edwardwongtl
05/02/2018, 9:04 AM
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
Open in Slack
Previous
Next