| Index: compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| index f6d91c63ce599043dcd50e2eccd3b0504a8bef13..6508bdf82572e91ec80de9b6655aaaaeadc413a7 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| @@ -85,6 +85,7 @@ public enum ResolverErrorCode implements ErrorCode {
|
| DEPRECATED_MAP_LITERAL_SYNTAX(ErrorSeverity.WARNING,
|
| "Deprecated Map literal syntax. Both String (as key) and value type arguments required."),
|
| DID_YOU_MEAN_NEW("%1$s is a %2$s. Did you mean (new %1$s)?"),
|
| + DUPLICATE_EXPORTED_NAME("%s already exported from '%s'"),
|
| DUPLICATE_IMPLEMENTS_TYPE("Duplicate type in the implements clause"),
|
| DUPLICATE_IMPORTED_NAME("Element '%s' is introduced by %s imports: %s"),
|
| DUPLICATE_IMPORTED_NAME_TYPE(ErrorSeverity.WARNING, "Element '%s' is introduced by %s imports: %s"),
|
|
|