| 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 b73040d58917eefe882f150675b0f4f0dbc4af2f..4e01b7a8beb135b070f2e3dbef4c37120cb4cc41 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| @@ -117,6 +117,7 @@ public enum ResolverErrorCode implements ErrorCode {
|
| FIELD_DOES_NOT_HAVE_A_SETTER("Field does not have a setter"),
|
| FIELD_GETTER_SETTER_SAME_STATIC("Field's getter and setter should be both static or not static"),
|
| FINAL_FIELD_MUST_BE_INITIALIZED("The final field %s must be initialized"),
|
| + FORMAL_PARAMETER_NAME_EXPECTED("Formal parameter name expected"),
|
| // TODO(zundel): error message needs JUnit test - how to test #imports in junit?
|
| ILLEGAL_ACCESS_TO_PRIVATE("'%s' is private and not defined in this library"),
|
| // TODO(zundel): error message needs JUnit test - how to test #imports in junit?
|
|
|