Is there any way to use an unchecked cast without ...
# announcements
t
Is there any way to use an unchecked cast without a warning? I try using the safe (nullable) as? operator but both intellij and the compiler still warn
👍 1