// "Remove 'lateinit' modifier" "true" class Foo { var bar: String var baz: Int init { baz = 1 } init { bar = "" } }