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

Issue 10533127: Fix for issue 3526 (Closed)

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

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -7 lines) Patch
M compiler/java/com/google/dart/compiler/parser/DartParser.java View 1 chunk +14 lines, -6 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java View 1 2 chunks +20 lines, -0 lines 0 comments Download
M tests/co19/co19-compiler.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Brian Wilkerson
8 years, 6 months ago (2012-06-13 15:39:38 UTC) #1
scheglov
lgtm http://codereview.chromium.org/10533127/diff/1/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java File compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java (right): http://codereview.chromium.org/10533127/diff/1/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java#newcode442 compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java:442: DartUnit unit = parseUnit("phony_cast.dart", Joiner.on("\n").join( Why "cast"? http://codereview.chromium.org/10533127/diff/1/compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java#newcode446 ...
8 years, 6 months ago (2012-06-13 15:46:41 UTC) #2
Brian Wilkerson
8 years, 6 months ago (2012-06-13 15:53:37 UTC) #3
http://codereview.chromium.org/10533127/diff/1/compiler/javatests/com/google/...
File compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java (right):

http://codereview.chromium.org/10533127/diff/1/compiler/javatests/com/google/...
compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java:442: DartUnit
unit = parseUnit("phony_cast.dart", Joiner.on("\n").join(
Copy/paste. I've changed it to "super".

http://codereview.chromium.org/10533127/diff/1/compiler/javatests/com/google/...
compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java:446: "   
!super;",
Removed.

Powered by Google App Engine
This is Rietveld 408576698