| 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 bc788f8491e7d2c4e5aba42459469d34be31c4ba..4d596020f5454f526752ca212edd62bb90166bf9 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| @@ -197,6 +197,7 @@ public enum ResolverErrorCode implements ErrorCode {
|
| RETHROW_NOT_IN_CATCH("Re-throw not in a catch block"),
|
| STATIC_FINAL_REQUIRES_VALUE("Static final fields must have an initial value"),
|
| STATIC_METHOD_MUST_HAVE_BODY("Static method must have a body"),
|
| + SUPER_CLASS_IN_IMPLEMENTS("Superclass in implements clause"),
|
| SUPER_IN_FACTORY_CONSTRUCTOR("Cannot use 'super' in a factory constructor"),
|
| SUPER_IN_STATIC_METHOD("Cannot use 'super' in a static method"),
|
| SUPER_OUTSIDE_OF_METHOD("Cannot use 'super' outside of a method"),
|
|
|