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

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

Issue 9689063: Visit Node in CompileTimeConstantAnalyzer only if Node based (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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: compiler/java/com/google/dart/compiler/resolver/TypeVariableElementImplementation.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/TypeVariableElementImplementation.java b/compiler/java/com/google/dart/compiler/resolver/TypeVariableElementImplementation.java
index e194080bc632007b38f3c34367633d4c89a9bff7..c3c19d5209f4a8b13f3dc4128716818313d7a8c2 100644
--- a/compiler/java/com/google/dart/compiler/resolver/TypeVariableElementImplementation.java
+++ b/compiler/java/com/google/dart/compiler/resolver/TypeVariableElementImplementation.java
@@ -16,7 +16,7 @@ import com.google.dart.compiler.type.Types;
* <p>
* For example, in {@code class Foo<T> ... } , {@code T} is a type variable.
*/
-class TypeVariableElementImplementation extends AbstractElement implements TypeVariableElement {
+class TypeVariableElementImplementation extends AbstractNodeElement implements TypeVariableElement {
private final EnclosingElement owner;
private TypeVariable type;

Powered by Google App Engine
This is Rietveld 408576698