DescriptionFix exit detection for try statements.
Previously, we assumed that if the contents of the "try" block always
exit, then the whole try statement always exits. But this is not
correct if there is at least one catch handler that does not exit.
Fixes #26676
R=brianwilkerson@google.com
Committed: https://github.com/dart-lang/sdk/commit/7653369e50da13ac66111bab0311c6cf9ddcf5a5
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add tests without a "finally" clause #
Messages
Total messages: 7 (2 generated)
|