| Index: compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java (revision 13031)
|
| +++ compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java (working copy)
|
| @@ -111,6 +111,7 @@
|
| NO_SPACE_AFTER_PLUS("Cannot have space between plus and numeric literal"),
|
| NO_SOUP_FOR_YOU("Too many errors"),
|
| NO_UNARY_PLUS_OPERATOR("No unary plus operator in Dart"),
|
| + NON_CONST_MAP_LITERAL_STATEMENT("Map literals appearing as a statement must be 'const'"),
|
| NON_FINAL_STATIC_MEMBER_IN_INTERFACE("Non-final/const static members are not allowed in interfaces"),
|
| ONLY_FACTORIES_CAN_REDIRECT("Only factory constructors can redirect to another constructor"),
|
| ONLY_ONE_LIBRARY_DIRECTIVE("Only one library directive may be declared in a file"),
|
|
|