It doesn’t make me. Since it’s `firstOrNull()?` it...
# announcements
d
It doesn’t make me. Since it’s
firstOrNull()?
it should be not null if it reaches that point. But what happens when use the
?
operator is a val that doesn’t have a type? When you use it later does it do a NPE?