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

Unified Diff: compiler/java/com/google/dart/compiler/resolver/ClassElement.java

Issue 10987076: Issue 5447. Wern when concrete class has unimplemented members (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | compiler/java/com/google/dart/compiler/resolver/ClassElementImplementation.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/java/com/google/dart/compiler/resolver/ClassElement.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/ClassElement.java b/compiler/java/com/google/dart/compiler/resolver/ClassElement.java
index f3797ff192833e485f1c97c0a63e745b581aece2..9a2e77e9f4467af7f4d0c7e27d5941c6c3a3ec9b 100644
--- a/compiler/java/com/google/dart/compiler/resolver/ClassElement.java
+++ b/compiler/java/com/google/dart/compiler/resolver/ClassElement.java
@@ -43,12 +43,6 @@ public interface ClassElement extends EnclosingElement {
boolean isObjectChild();
- /**
- * @return <code>true</code> if this class is abstract - has explicit "abstract" modifier or has
- * abstract method. Note, that "abstract" is different from "has unimplemented members".
- */
- boolean isAbstract();
-
ConstructorElement lookupConstructor(String name);
/**
« no previous file with comments | « no previous file | compiler/java/com/google/dart/compiler/resolver/ClassElementImplementation.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698