| 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 1b0022537524852c308bec87d154b1abd0833b4d..0f16eb95f7a609c88c8da56497bf13dacb44aaf5 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| @@ -45,6 +45,7 @@ public enum ResolverErrorCode implements ErrorCode {
|
| CONST_CONSTRUCTOR_CANNOT_HAVE_BODY("A const constructor cannot have a body"),
|
| CONST_CONSTRUCTOR_MUST_CALL_CONST_SUPER("const constructor must call const super constructor"),
|
| CONSTANTS_MUST_BE_INITIALIZED("constants must be initialized"),
|
| + FINAL_FIELD_MUST_BE_INITIALIZED("The final field %s must be initialized"),
|
| CYCLIC_CLASS("%s causes a cycle in the supertype graph"),
|
| DEFAULT_CLASS_MUST_HAVE_SAME_TYPE_PARAMS(
|
| "default class must have the same type parameters as declared in the interface"),
|
|
|