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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ClassElement.java

Issue 17581003: Report NO_DEFAULT_SUPER_CONSTRUCTOR_EXPLICIT as CTEC. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweaks Created 7 years, 6 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
Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ClassElement.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ClassElement.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ClassElement.java
index f3bb8921f5da27f28ac98f59f9a165eb04f83d9a..1383b3d3995426f18897d8675c03703371fdddda 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ClassElement.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ClassElement.java
@@ -157,13 +157,6 @@ public interface ClassElement extends Element {
public ConstructorElement getUnnamedConstructor();
/**
- * Return {@code true} if this class has (implicit or explicit) default constructor.
- *
- * @return {@code true} if this class has (implicit or explicit) default constructor
- */
- public boolean hasDefaultConstructor();
-
- /**
* Return {@code true} if this class or its superclass declares a non-final instance field.
*
* @return {@code true} if this class or its superclass declares a non-final instance field

Powered by Google App Engine
This is Rietveld 408576698