Join Slack
Powered by
I participated in discussion of `lateinit val` wit...
# language-proposals
m
michaelrocks
01/06/2016, 5:57 PM
I participated in discussion of
lateinit val
with Andrey Breslav. The problem was that internally
lateinit val
is not
final
so it was possible to set its value back to
null
from Java.
Open in Slack
Previous
Next