Chromium Code Reviews
DescriptionAdd catchless catch clauses
The Dart grammar says the catch clause is optional, ie. the following is legal:
try {
...
} on String {
...
}
Added a test case
Committed: https://code.google.com/p/dart/source/detail?r=13240
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||||||||||||||||||||