| 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 480e78d90f8b9f13e8d0432ad6a8b2c28af4c7bc..66e7b83ca6497183716af2aa75cb20e4ad3c8106 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| @@ -91,6 +91,7 @@ public enum ResolverErrorCode implements ErrorCode {
|
| DUPLICATE_NAMED_ARGUMENT("Duplicate named parameter argument"),
|
| DUPLICATE_PARAMETER("Duplicate parameter '%s'"),
|
| DUPLICATE_TOP_LEVEL_DECLARATION("duplicate top-level declaration %s at %s"),
|
| + DUPLICATE_TOP_LEVEL_DECLARATION_IMPORT("Duplicate import '%s' in %s prefix '%s' - %s - %s"),
|
| DUPLICATE_TYPE_VARIABLE("Duplicate type variable '%s'"),
|
| // TODO(zundel): error message needs JUnit test, (reachable code?)
|
| EXPECTED_AN_INSTANCE_FIELD_IN_SUPER_CLASS(
|
|
|