I participated in discussion of `lateinit val` wit...
# language-proposals
m
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.