| 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 1e4a6e12e8d95a9967ef8143a7b4347d2ecddd6b..b73040d58917eefe882f150675b0f4f0dbc4af2f 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| @@ -83,6 +83,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_IMPLEMENTS_TYPE("Duplicate type in the implements clause"),
|
| DUPLICATE_INITIALIZATION("Duplicate initialization of '%s'"),
|
| DUPLICATE_FUNCTION_EXPRESSION("Duplicate function expression '%s'"),
|
| DUPLICATE_LABEL_IN_SWITCH_STATEMENT("Duplicate label in switch statement"),
|
|
|