That's true, but almost all `Optional`s will be co...
# language-proposals
k
That's true, but almost all `Optional`s will be consumed from a Java API, where they're being returned as
Optional<T!>!
, most likely, so you might forget to use a null-safe operator there and it could potentially throw an NPE