which relies on smart cast, although if `someValue...
# announcements
m
which relies on smart cast, although if
someValue
is already a local variable then the
let
wouldn't even be necessary:
if (someValue != null) doSomethingWithTheString(someValue) else logThisCase()