groostav
03/06/2017, 2:00 AMNothing
a little bit?
Eg consider: lazy.kt
, if UNINITIALIZED_VALUE
could be written as object UNINITIALIZED_VALUE: Nothing
, then _value
becomes a T
rather than an Any
, and that means you get to drop a bunch of SuppressWarnings
and casts.