I found a perfect use-case for `lateinit` in a pur...
# language-proposals
v
I found a perfect use-case for
lateinit
in a pure kotlin code: http://stackoverflow.com/questions/34217789/how-to-reference-other-views-in-anko-dsl The thing that may be used here is weakening the compiler checking. But
lateinit
also implies an open java field (useful for reflection).