| 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 645c7a041834d59a88cf9ca37e73f2b5072e8b15..5e96a50bf0ecd57b09f5cac89431bbda5d49241d 100644
|
| --- a/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
|
| @@ -117,6 +117,7 @@ public enum ParserErrorCode implements ErrorCode {
|
| ONLY_ONE_LIBRARY_DIRECTIVE("Only one library directive may be declared in a file"),
|
| OPERATOR_CANNOT_BE_STATIC("Operators cannot be static"),
|
| OPERATOR_IS_NOT_USER_DEFINABLE("Operator is not user definable"),
|
| + OPTIONAL_POSITIONAL_PARAMETER_NOT_ALLOWED("Optional positional parameter is not allowed for operator or setter method"),
|
| 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"),
|
|
|