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

Issue 10545056: Fix unparsing else/elseif (Closed)

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

Description

Fix unparsing else/elseif constructs. Source: main() { if (false) { } else a=5; } Bad unparse result (note "elseif"): main(){if(false){}elsea=5;} BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=8398

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M lib/compiler/implementation/tree/unparser.dart View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Roman
8 years, 6 months ago (2012-06-07 14:55:42 UTC) #1
Anton Muhin
8 years, 6 months ago (2012-06-07 15:05:20 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698