Join Slack
Communities
Powered by
When doing `Optional.ofNullable(something)` where ...
# announcements
r
rocketraman
03/31/2016, 10:06 PM
When doing
Optional.ofNullable(something)
where something is
String?
the inferred type is
Optional<String?>
. Shouldn't the inferred type be
Optional<String>
?
Open in Slack
Previous
Next