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

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

Issue 10139017: Support for same prefix for multiple imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Detect top-level duplicates in libraries with same prefix Created 8 years, 8 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 c23397dfeb2ad39a851c6b153773e9cbdb0b7e52..155cd74d18d79d5b5b03cc780275d55a9562d10c 100644
--- a/compiler/java/com/google/dart/compiler/resolver/ElementKind.java
+++ b/compiler/java/com/google/dart/compiler/resolver/ElementKind.java
@@ -22,6 +22,7 @@ public enum ElementKind {
FUNCTION_TYPE_ALIAS,
DYNAMIC,
LIBRARY,
+ LIBRARY_PREFIX,
SUPER,
NONE,
VOID;

Powered by Google App Engine
This is Rietveld 408576698