<@U410CEUUT> This is correct only if `if` expressi...
# language-proposals
i
@jbx This is correct only if
if
expression containc single check. Converting this to
let
will not be so nice
if(someOptional != null && data != null)
👍 1