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

Issue 10990086: Parse and report error for const parameters (issue 5289) (Closed)

Created:
8 years, 2 months ago by Brian Wilkerson
Modified:
8 years, 2 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Parse and report error for const parameters (issue 5289) Committed: https://code.google.com/p/dart/source/detail?r=12971

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1 line) Patch
M compiler/java/com/google/dart/compiler/parser/DartParser.java View 1 chunk +2 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java View 1 chunk +1 line, -0 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/parser/NegativeParserTest.java View 1 chunk +9 lines, -0 lines 0 comments Download
M tests/co19/co19-compiler.status View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Brian Wilkerson
The parser was getting confused when it saw 'const' in a formal parameter declaration. It ...
8 years, 2 months ago (2012-09-27 16:22:39 UTC) #1
scheglov
On 2012/09/27 16:22:39, Brian Wilkerson wrote: > The parser was getting confused when it saw ...
8 years, 2 months ago (2012-09-27 16:28:28 UTC) #2
Brian Wilkerson
> Are you sure that formal parameter can not be const? Reasonably certain, yes. In ...
8 years, 2 months ago (2012-09-27 16:30:47 UTC) #3
scheglov
8 years, 2 months ago (2012-09-27 16:32:15 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698