Avatar
@swift-5.3.3 let a: Int if Bool.random() { a = 2 } else { a = 3 } print(a)