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 dbad50e09140624537bcd99c5ea207f42f2d45c1..7fe265659cbedfe94ed9de4309feab46b2845293 100644 |
--- a/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java |
+++ b/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java |
@@ -66,6 +66,7 @@ public enum ParserErrorCode implements ErrorCode { |
NAMED_PARAMETER_NOT_ALLOWED("Named parameter is not allowed for operator or setter method"), |
NON_FINAL_STATIC_MEMBER_IN_INTERFACE("Non-final static members are not allowed in interfaces"), |
OPERATOR_CANNOT_BE_STATIC("Operators cannot be static"), |
+ 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"), |
REDIRECTING_CONSTRUCTOR_MULTIPLE("Multiple redirecting constructor invocations"), |