you'd have to cast it first. that is why there is...
# announcements
a
you'd have to cast it first. that is why there is the method for
List<T>.asImmutableCollection()
to allow the cast and immutability at same time
👍 1