Join Slack
Communities
Powered by
<@U1R51JE9E>: It's because `List` is covariant (`i...
# getting-started
e
ean5533
07/31/2016, 8:34 PM
@bdh2
: It's because
List
is covariant (
interface List<out E>
) but
MutableList
is not (
interface MutableList<E>
)
Open in Slack
Previous
Next