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

Issue 8380023: Implicitly move super constructor call (Closed)

Created:
9 years, 2 months ago by hausner
Modified:
9 years, 2 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implicitly move super constructor call Implicitly move super constructor call to the end of the initializer list. Some code failed after r412. Committed: https://code.google.com/p/dart/source/detail?r=663

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -16 lines) Patch
M runtime/vm/parser.cc View 1 2 chunks +14 lines, -13 lines 0 comments Download
M tests/language/language.status View 1 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
hausner
9 years, 2 months ago (2011-10-24 22:14:56 UTC) #1
regis
9 years, 2 months ago (2011-10-24 22:39:19 UTC) #2
LGTM

http://codereview.chromium.org/8380023/diff/1/runtime/vm/parser.cc
File runtime/vm/parser.cc (right):

http://codereview.chromium.org/8380023/diff/1/runtime/vm/parser.cc#newcode1396
runtime/vm/parser.cc:1396: // TODO(hausner): Move explicit supercall to the end
of the initializer
Is this TODO still needed?

Powered by Google App Engine
This is Rietveld 408576698