How do I tell the compiler to not try and smart ca...
# announcements
d
How do I tell the compiler to not try and smart cast... If I am doing a null-check before, it will always try to smart-cast (and fail, because it's not a val) even if the code compiles without smart-cast. 🙁