<@U3D0A5GP9> It's a bit like generics: the distinc...
# announcements
k
@poohbar It's a bit like generics: the distinction between
kotlin.List
and
kotlin.MutableList
doesn't exist at runtime, they're both erased to
java.util.List
.