Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Issue 10905203: Allow catch part to be optional as in try {} on T [catch (x[,y])] {} (Closed)

Created:
8 years, 3 months ago by aam-me
Modified:
8 years, 3 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Allow catch part to be optional as in try {} on T [catch (x[,y])] {} BUG=5016 TEST=co19/Language/03_Overview/03_Overview_A01_t02 Committed: https://code.google.com/p/dart/source/detail?r=12232

Patch Set 1 #

Patch Set 2 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -36 lines) Patch
M lib/compiler/implementation/resolver.dart View 1 1 chunk +29 lines, -25 lines 0 comments Download
M lib/compiler/implementation/scanner/listener.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M lib/compiler/implementation/ssa/builder.dart View 1 1 chunk +4 lines, -2 lines 0 comments Download
M lib/compiler/implementation/tree/nodes.dart View 1 2 chunks +4 lines, -4 lines 0 comments Download
M lib/compiler/implementation/tree/unparser.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
ahe
8 years, 3 months ago (2012-09-11 04:48:51 UTC) #1
LGTM!

Powered by Google App Engine
This is Rietveld 408576698