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

Issue 11446009: Report compile time error if named argument is given twice. (Closed)

Created:
8 years ago by karlklose
Modified:
8 years ago
Reviewers:
erikcorry, ahe, ngeoffray
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Report compile time error if named argument is given twice. BUG=dartbug.com/5213 Committed: https://code.google.com/p/dart/source/detail?r=15776

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -6 lines) Patch
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 chunk +10 lines, -4 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 chunk +0 lines, -1 line 0 comments Download
M tests/language/language_dart2js.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
karlklose
8 years ago (2012-12-05 14:14:53 UTC) #1
ahe
Wouldn't it be better to use a set?
8 years ago (2012-12-05 14:31:57 UTC) #2
erikcorry
My guess is that a set is not worth it. You could try it an ...
8 years ago (2012-12-05 14:41:45 UTC) #3
ngeoffray
8 years ago (2012-12-06 23:30:28 UTC) #4
Message was sent while issue was closed.
Please also update accordingly code in universe/universe.dart that reference bug
5213.

Powered by Google App Engine
This is Rietveld 408576698