it emits a null check automatically
# android
j
it emits a null check automatically
s
Hmm, what exactly do you mean by this? It won't do a null check like
?
does for regular nullable values, but it'll throw an
UninitializedPropertyAccessException
, right? AFAIK,
lateinit
properties can't really be nullable?