Tried casting to `java.util.List` but the compiler...
# announcements
z
Tried casting to
java.util.List
but the compiler can't find
.stream()
on it (despite the fact that I see that on
Collection<T>
when I navigate to it in IntelliJ).