Chromium Code Reviews
DescriptionSupport 'on T' catch clauses and multiple clauses.
The sequence of clauses is translated into the corresponding nested if-else
statements. The last else is the catch-all clause (no 'on T') if there is
one or implicitly 'rethrow' otherwise.
If there is a catch-all clause (no 'on T'), then any clauses after it
are unreachable. The language specification allows such unreachable
clauses without an error.
R=asgerf@google.com, karlklose@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=45634
Patch Set 1 #
Total comments: 1
Messages
Total messages: 4 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||