like anton said above `if (someOptional != null)` ...
# language-proposals
j
like anton said above
if (someOptional != null)
doesn’t unwrap, not exactly ideal