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

Issue 9403026: Issue 1575. Allow declare new named parameters in method override. (Closed)

Created:
8 years, 10 months ago by scheglov
Modified:
8 years, 10 months ago
Reviewers:
karlklose, zundel
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 18

Patch Set 2 : Style tweaks. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -195 lines) Patch
M compiler/java/com/google/dart/compiler/resolver/Resolver.java View 2 chunks +0 lines, -65 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java View 2 chunks +6 lines, -6 lines 0 comments Download
M compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java View 1 3 chunks +75 lines, -51 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/CompilerTestCase.java View 2 chunks +9 lines, -9 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java View 2 chunks +0 lines, -62 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java View 1 chunk +113 lines, -0 lines 0 comments Download
M tests/co19/co19-compiler.status View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
scheglov
8 years, 10 months ago (2012-02-15 20:26:24 UTC) #1
karlklose
First comments (mainly style issues). I think part of the legal-override check should be in ...
8 years, 10 months ago (2012-02-16 10:26:37 UTC) #2
scheglov
Well, I also thought some time about where to keep override checks. As you can ...
8 years, 10 months ago (2012-02-16 15:18:02 UTC) #3
karlklose
LGTM, thanks for fixing that issue.
8 years, 10 months ago (2012-02-21 12:52:06 UTC) #4
zundel
8 years, 10 months ago (2012-02-22 14:26:07 UTC) #5
A little late, but LGTM2

Powered by Google App Engine
This is Rietveld 408576698