Avatar
omochimetaru 6/16/2021 5:23 AM
@swift-5.3.3 @swift-5.4.3 @swift-main func f() { var a: Int? = 1 guard let a = a else { return } _ = a + 1 }