Join Slack
Powered by
Perhaps the problem is that `java.lang.Set<Zip&...
# announcements
z
zoltu
07/26/2016, 7:51 PM
Perhaps the problem is that
java.lang.Set<Zip>
compiles down to
java.lang.Set<Zip>
but
Set<Zip>
compiles down to
Set<? extends Zip>
?
Open in Slack
Previous
Next