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

Issue 10820064: Fix issue 977 (Closed)

Created:
8 years, 4 months ago by hausner
Modified:
8 years, 4 months ago
Reviewers:
cshapiro
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix issue 977 Constructors with redirection may not have a function body. Committed: https://code.google.com/p/dart/source/detail?r=9999

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -3 lines) Patch
M runtime/vm/parser.cc View 2 chunks +8 lines, -0 lines 2 comments Download
M tests/co19/co19-runtime.status View 2 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
hausner
Easy peasy
8 years, 4 months ago (2012-07-27 23:05:19 UTC) #1
cshapiro
8 years, 4 months ago (2012-07-27 23:17:12 UTC) #2
lgtm

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

http://codereview.chromium.org/10820064/diff/1/runtime/vm/parser.cc#newcode2403
runtime/vm/parser.cc:2403: "Constructor with redirection may not have function
body");
This might read better with the indefinite article.  Consider this alternative

  "Constructor with redirection may not have a function body"

http://codereview.chromium.org/10820064/diff/1/runtime/vm/parser.cc#newcode2428
runtime/vm/parser.cc:2428: "Constructor with redirection may not have function
body");
ditto

Powered by Google App Engine
This is Rietveld 408576698