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

Issue 8386065: Fix problem with named arguments in constructors (Closed)

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

Description

Fix problem with named arguments in constructors When generating the implicit super call to the body, the argument names have to be duplicated from the implicit initializer call. Committed: https://code.google.com/p/dart/source/detail?r=1130

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M runtime/vm/parser.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
hausner
Tiny one-liner. Thanks!
9 years, 1 month ago (2011-11-02 23:48:14 UTC) #1
regis
LGTM It would be nice to have a test for this.
9 years, 1 month ago (2011-11-03 00:23:50 UTC) #2
hausner
9 years, 1 month ago (2011-11-03 00:38:27 UTC) #3
Thanks. We do have a test for this. It's language/Constructor5Test. That's how I
found the bug. The test still fails, but for a different, unrelated reason.

Powered by Google App Engine
This is Rietveld 408576698