Join Slack
Powered by
<@U0F8Y5E5A> `List<String>` is `List<Any&...
# announcements
i
ilya.gorbunov
01/28/2017, 4:02 AM
@mg6maciej
List<String>
is
List<Any>
, because list is declared covariant:
List<out T>
3
Views
Open in Slack
Previous
Next