| 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 27fe05ec58dc551c30fef9982e00f4e699e66c14..1c4cea8e6c98abdb2938ccf03aeedcb3841aad25 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| @@ -111,6 +111,7 @@ public enum ResolverErrorCode implements ErrorCode {
|
| FIELD_DOES_NOT_HAVE_A_GETTER("Field does not have a getter"),
|
| FIELD_DOES_NOT_HAVE_A_SETTER("Field does not have a setter"),
|
| FINAL_FIELD_MUST_BE_INITIALIZED("The final field %s must be initialized"),
|
| + ILLEGAL_ACCESS_TO_PRIVATE("'%s' is private and not defined in this library"),
|
| ILLEGAL_ACCESS_TO_PRIVATE_MEMBER("\"%s\" refers to \"%s\" which is in a different library"),
|
| ILLEGAL_CONSTRUCTOR_NO_DEFAULT_IN_INTERFACE(
|
| "Illegal constructor declaration. No default clause in interface"),
|
|
|