Join Slack
Powered by
it emits a null check automatically
# android
j
jw
01/30/2018, 12:04 AM
it emits a null check automatically
s
sindrenm
01/30/2018, 8:49 AM
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?
2
Views
Open in Slack
Previous
Next