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

Issue 10962047: Issue 5327. Fix for invalid 'instantiation of a class with the inherited abstract members' (Closed)

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

Description

Issue 5327. Fix for invalid 'instantiation of a class with the inherited abstract members' http://code.google.com/p/dart/issues/detail?id=5327 R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=12753

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -9 lines) Patch
M compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java View 3 chunks +20 lines, -8 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java View 2 chunks +65 lines, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
scheglov
8 years, 3 months ago (2012-09-22 02:56:55 UTC) #1
Brian Wilkerson
8 years, 3 months ago (2012-09-22 16:19:59 UTC) #2
LGTM, with or without addressing my comment

https://codereview.chromium.org/10962047/diff/1/compiler/javatests/com/google...
File
compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
(right):

https://codereview.chromium.org/10962047/diff/1/compiler/javatests/com/google...
compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java:771:
"interface I {",
It might be good to re-write this now to use an abstract class so that we have
less work to do later to convert all of our tests.

Powered by Google App Engine
This is Rietveld 408576698