kirillrakhman
06/27/2016, 3:56 PMT! as a argument to a function expecting T, I get a pretty IllegalStateException with the offending expression in the message. However when I have an expression of type T? and I do call(nullableFoo!!), I get a generic KotlinNullPointerException without message. Doesn't this kinda defeat the purpose?