// "Remove 'lateinit' modifier" "true" class Foo { lateinit var bar: String constructor() { bar = "" } constructor(baz: Int) { bar = "" } }