| Index: compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java | 
| diff --git a/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java b/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java | 
| index 300c25e59819b85a6970aa871632752b4884bb85..7e6d76ac46c7aea2de29ca1b0cc47c1940f63ed3 100644 | 
| --- a/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java | 
| +++ b/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java | 
| @@ -58,6 +58,7 @@ public enum ParserErrorCode implements ErrorCode { | 
| ILLEGAL_ASSIGNMENT_TO_NON_ASSIGNABLE("Illegal assignment to non-assignable expression"), | 
| ILLEGAL_NUMBER_OF_PARAMETERS("Illegal number of parameters"), | 
| INCOMPLETE_STRING_LITERAL("Incomplete string literal"), | 
| +  INTERFACE_METHOD_WITH_BODY("Interface method can not have a body"), | 
| INVALID_FIELD_DECLARATION("Wrong syntax for field declaration"), | 
| INVALID_OPERATOR_CHAINING("Cannot chain '%s'"), | 
| MISSING_FUNCTION_NAME("a function name is required for a declaration"), | 
|  |