And `<out Any>` vs. `<*>`?
# announcements
m
And
<out Any>
vs.
<*>
?
i
star projection
<*>
is equivalent to
out Any?
and
in Nothing
m
Thanks. So it’s just at runtime that that the JVM reports it as
out Any?
because it cannot store the other info.