DescriptionFix try-catch and continue in switch statements.
When assigning the try-index for continue targets, use
the try index of the enclosing nested statement, not the
current try-index of the graph builder.
BUG=dartbug.com/18869
TEST=tests/language/switch_try_catch_test.dart
R=hausner@google.com
Committed: https://code.google.com/p/dart/source/detail?r=36876
Patch Set 1 #
Total comments: 2
Messages
Total messages: 5 (0 generated)
|