mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Previously we would ignore the effect that an if statement or ternary's condition exit counter might have on its branches, as we assumed a condition can't do any control flow. However, in the case where the condition throws an error, we need to account for the error branch.
24 KiB
24 KiB