fun foo() { val a: String? if () { a = "aaa" } else { } a.toString() }