<@U092N7GGG>: <@U092308M7>: How come `ArrayList` ...
# announcements
c
@yole: @orangy: How come
ArrayList
conforms to
MutableList
since
MutableList
is a Kotlin interface? Does Kotlin perform some internal aliasing between
List
and
MutableList
or something of the sort?