I would, but in IntelliJ, the `add` method doesn’t...
# announcements
k
I would, but in IntelliJ, the
add
method doesn’t come up, so it won’t compile at all. In Java, the resulting list throws
UnsupportedOperationException
, which I could test for, but in Kotlin I can’t execute that method at all.