You can throw a `as List<Int>` after the cal...
# announcements
r
You can throw a
as List<Int>
after the call. Generics are erased, so class objects don't inclode them.
👍🏼 1