fun foo() { var a: String? if () { a = "aaa" } else { } a = "bbb" }