| 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 ea6820821f0fd3851dbf4f3a39a4e87c7fa2923d..1a6b82cca5ea8b00a09bac5e50c1199f7dff118b 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| @@ -98,7 +98,6 @@ public enum ResolverErrorCode implements ErrorCode {
|
| STATIC_METHOD_ACCESS_SUPER("Cannot use 'super' in a static method"),
|
| STATIC_METHOD_ACCESS_THIS("Cannot use 'this' in a static method"),
|
| SUPER_OUTSIDE_OF_METHOD("Cannot use 'super' outside of a method"),
|
| - SUPER_INVOCATION_NOT_UNIQUE("'super' must be called only once in the initialization list"),
|
| TOP_LEVEL_METHOD_ACCESS_SUPER("Cannot use 'super' in a top-level method"),
|
| TOP_LEVEL_METHOD_ACCESS_THIS("Cannot use 'this' in a top-level method"),
|
| TYPE_NOT_ASSIGNMENT_COMPATIBLE("%s is not assignable to %s"),
|
|
|