Join Slack
Communities
Powered by
Another example, `java.util.List` is invariant in ...
# getting-started
i
ilya.gorbunov
08/10/2016, 1:45 PM
Another example,
java.util.List
is invariant in java, and we couldn't have made it covariant
List
in Kotlin, unless type arguments are erased.
Open in Slack
Previous
Next