// IS_APPLICABLE: false class Foo() { lateinit var bar: String constructor(baz: Int) : this() { bar = "" } }