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

Issue 10689172: Fix incorrect unparse of static/final fields in classes: (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 incorrect unparse of static/final fields in classes: class A{ static final int a=5, b=4; } => class A{ static, final a=5, b=4; } (no type info, comma) Committed: https://code.google.com/p/dart/source/detail?r=9588

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -6 lines) Patch
M lib/compiler/implementation/dart_backend/emitter.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/compiler/dart2js/unparser_test.dart View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Roman
8 years, 5 months ago (2012-07-12 09:39:21 UTC) #1
Anton Muhin
8 years, 5 months ago (2012-07-12 09:44:24 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698