`return a?+b` or `return a?.+b` looks really weird...
# language-proposals
d
return a?+b
or
return a?.+b
looks really weird too