kirillrakhman
class Person(firstName: String) { lateinit var firstName: String init { this.firstName = firstName } }