E.g. `foo(a?)` would evaluate to null if `a` is nu...
# language-proposals
n
E.g.
foo(a?)
would evaluate to null if
a
is null and the result of calling
foo(a)
if
a
is not null.\
👍 1