The problem with `orElse(null)` is that it returns...
# announcements
o
The problem with
orElse(null)
is that it returns a platform type
T!
, which doesn't enforce null checks in Kotlin