instead of `if (myNullable != null)`, `if (myNulla...
# language-proposals
p
instead of
if (myNullable != null)
,
if (myNullable)