Why does IntelliJ report an unchecked cast inspect...
# intellij
d
Why does IntelliJ report an unchecked cast inspection on line 3? Aren't I explicitly using a safe cast operation? Does the answer have something to do with type erasure?