| 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 7dfc1e567e2f6146bb52fb1aa6322f3c632341f6..3df49f7ab0bf551061f2b4fa2fc5e1dabe5f0a90 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| @@ -69,6 +69,7 @@ public enum ResolverErrorCode implements ErrorCode {
|
| DUPLICATE_LOCAL_VARIABLE_WARNING(ErrorSeverity.WARNING,
|
| "Local variable '%s' is hiding '%s' at %s"),
|
| DUPLICATE_MEMBER("Duplicate member '%s'"),
|
| + DUPLICATE_NAMED_ARGUMENT("Duplicate named parameter argument"),
|
| DUPLICATE_PARAMETER(ErrorSeverity.ERROR, "Duplicate parameter '%s'"),
|
| DUPLICATE_PARAMETER_WARNING(ErrorSeverity.WARNING, "Parameter '%s' is hiding '%s' at %s"),
|
| DUPLICATE_TOP_LEVEL_DEFINITION("duplicate top-level definition '%s'"),
|
|
|