mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
6e6ff496ed
Add `rethrow` as one of the statements that are allowed to end a switch case without a warning. Change wording to not claim that `throw` is a statement. Also allow wrapping case statements in a block statement without causing more warnings. Currently, a `case 4: { break; }` is required to warn because the last statement is a block statement, not a break statement. Fixes issue #27650 BUG= http://dartbug.com/27650 R=eernst@google.com, floitsch@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org/2447613003 . |
||
---|---|---|
.. | ||
language |