<https://kotlinlang.slack.com/archives/language-pr...
# language-proposals
i
https://kotlinlang.slack.com/archives/language-proposals/p1452195521000677 AFAIK,
lateinit
field would be exposed with the same visibility as its setter, so it would be possible to have
lateinit
property with public getter and non-public field and setter.