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

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

Issue 10979013: Issue 5292. Unreferenced imported identifiers should not be an error (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
Index: compiler/java/com/google/dart/compiler/resolver/ElementKind.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/ElementKind.java b/compiler/java/com/google/dart/compiler/resolver/ElementKind.java
index 155cd74d18d79d5b5b03cc780275d55a9562d10c..65d1cfd5ddfc9875a3c5bba558e1606f41e16c10 100644
--- a/compiler/java/com/google/dart/compiler/resolver/ElementKind.java
+++ b/compiler/java/com/google/dart/compiler/resolver/ElementKind.java
@@ -12,6 +12,7 @@ package com.google.dart.compiler.resolver;
public enum ElementKind {
CLASS,
CONSTRUCTOR,
+ DUPLICATE,
FIELD,
FUNCTION_OBJECT,
LABEL,

Powered by Google App Engine
This is Rietveld 408576698