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

Issue 10696056: Fix for issues 3729 and 3523 (Closed)

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

Description

Fix for issues 3729 and 3523 Committed: https://code.google.com/p/dart/source/detail?r=9270

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -41 lines) Patch
M compiler/java/com/google/dart/compiler/ast/DartArrayAccess.java View 2 chunks +10 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/ast/DartDoWhileStatement.java View 1 chunk +3 lines, -1 line 0 comments Download
M compiler/java/com/google/dart/compiler/ast/DartMethodInvocation.java View 2 chunks +7 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/ast/DartPropertyAccess.java View 2 chunks +10 lines, -0 lines 0 comments Download
M compiler/java/com/google/dart/compiler/ast/DartToSourceVisitor.java View 3 chunks +13 lines, -2 lines 0 comments Download
M compiler/java/com/google/dart/compiler/parser/DartParser.java View 5 chunks +108 lines, -4 lines 0 comments Download
M compiler/java/com/google/dart/compiler/parser/DartScanner.java View 1 chunk +7 lines, -3 lines 0 comments Download
M compiler/java/com/google/dart/compiler/parser/Token.java View 1 chunk +13 lines, -12 lines 0 comments Download
M compiler/java/com/google/dart/compiler/resolver/Resolver.java View 2 chunks +14 lines, -7 lines 0 comments Download
M compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java View 2 chunks +14 lines, -0 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/parser/SyntaxTest.java View 1 chunk +8 lines, -0 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java View 2 chunks +12 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/dom/AST.java View 2 chunks +7 lines, -2 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/completion/ast/MethodInvocationCompleter.java View 1 chunk +7 lines, -6 lines 0 comments Download
M tests/co19/co19-compiler.status View 1 chunk +1 line, -3 lines 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Brian Wilkerson
8 years, 5 months ago (2012-06-29 21:08:58 UTC) #1
scheglov
8 years, 5 months ago (2012-06-29 21:29:27 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698