| 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 349df66526ee3c443cf8f831253bc5a4a8ed9060..edd250dcfbc78110fb4c8ff62795d90b7412d336 100644
|
| --- a/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
|
| @@ -85,6 +85,7 @@ public enum ParserErrorCode implements ErrorCode {
|
| OPERATOR_CANNOT_BE_STATIC("Operators cannot be static"),
|
| OPERATOR_IS_NOT_USER_DEFINABLE("Operator is not user definable"),
|
| POSITIONAL_AFTER_NAMED_ARGUMENT("Positional argument after named argument"),
|
| + REDIRECTING_CONSTRUCTOR_CANNOT_HAVE_A_BODY("Redirecting constructor cannot have a body"),
|
| REDIRECTING_CONSTRUCTOR_PARAM("Redirecting constructor cannot have initializers"),
|
| REDIRECTING_CONSTRUCTOR_ITSELF("Redirecting constructor cannot have initializers"),
|
| REDIRECTING_CONSTRUCTOR_MULTIPLE("Multiple redirecting constructor invocations"),
|
|
|