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

Issue 10735053: Fix unparsing of variable definitions. (Closed)

Created:
8 years, 5 months ago by Roman
Modified:
8 years, 5 months ago
Reviewers:
Anton Muhin
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix unparsing of variable definitions. Example affecting method with method args: foo(f(arg)){} would unparse to: foo(var f(arg)){} Also correctly unparse variable definition modifiers. Committed: https://code.google.com/p/dart/source/detail?r=9550

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -4 lines) Patch
M lib/compiler/implementation/tree/unparser.dart View 1 chunk +5 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/unparser_test.dart View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Roman
8 years, 5 months ago (2012-07-11 13:48:42 UTC) #1
Anton Muhin
8 years, 5 months ago (2012-07-11 13:59:22 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698