What about replacing `<expression> must not ...
# language-proposals
m
What about replacing
<expression> must not be null
with something like
<expression> is null, attempted to return it from non-nullable function
?