You'll notice if you do `val a = null as? String` ...
# announcements
r
You'll notice if you do
val a = null as? String
that
a
is
String?