| 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 85c9bfa209b2448884c87ae8f7884a1fc93d9ed8..9eaf2aa63907d2fc19170b792cc26125d3f34b37 100644
|
| --- a/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
|
| @@ -75,6 +75,7 @@ public enum ParserErrorCode implements ErrorCode {
|
| NO_UNARY_PLUS_OPERATOR("No unary plus operator in Dart"),
|
| NON_FINAL_STATIC_MEMBER_IN_INTERFACE("Non-final static members are not allowed in interfaces"),
|
| 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_PARAM("Redirecting constructor can not have initializers"),
|
| REDIRECTING_CONSTRUCTOR_ITSELF("Redirecting constructor can not have initializers"),
|
|
|