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

Issue 10534145: Fix for issue 2155 (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 #

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -15 lines) Patch
M compiler/java/com/google/dart/compiler/resolver/ClassScope.java View 1 chunk +21 lines, -15 lines 2 comments Download
M compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Brian Wilkerson
8 years, 6 months ago (2012-06-13 18:01:48 UTC) #1
scheglov
http://codereview.chromium.org/10534145/diff/3001/compiler/java/com/google/dart/compiler/resolver/ClassScope.java File compiler/java/com/google/dart/compiler/resolver/ClassScope.java (right): http://codereview.chromium.org/10534145/diff/3001/compiler/java/com/google/dart/compiler/resolver/ClassScope.java#newcode35 compiler/java/com/google/dart/compiler/resolver/ClassScope.java:35: if (superclassElement != classElement) { Will this cause problem? ...
8 years, 6 months ago (2012-06-13 21:07:26 UTC) #2
Brian Wilkerson
http://codereview.chromium.org/10534145/diff/3001/compiler/java/com/google/dart/compiler/resolver/ClassScope.java File compiler/java/com/google/dart/compiler/resolver/ClassScope.java (right): http://codereview.chromium.org/10534145/diff/3001/compiler/java/com/google/dart/compiler/resolver/ClassScope.java#newcode35 compiler/java/com/google/dart/compiler/resolver/ClassScope.java:35: if (superclassElement != classElement) { > Will this cause ...
8 years, 6 months ago (2012-06-13 21:22:44 UTC) #3
scheglov
8 years, 6 months ago (2012-06-13 22:37:20 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698