you can always just do `var foo: T? = null` instea...
# announcements
k
you can always just do
var foo: T? = null
instead of
lateinit var foo: T