i was fairly certain I could successfully cast a `...
# announcements
g
i was fairly certain I could successfully cast a
kotlin.List
to a
java.util.List
and then call
add
on it and get an
UnsupportedOperationException
from it