Hacker News new | ask | show | jobs
by mike_hearn 558 days ago
Kotlin fixes that, fwiw. Nullity is checked and casted away at the earliest possible time (modulo some ergonomic constraints like a.b.c but modern JVMs give better errors for cases like that).