| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java
|
| index 53ac49f0b426c3d276b7faed11b9305810b06938..f5596fea90c85d62d058c3d41574d93175bd3879 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java
|
| @@ -50,6 +50,7 @@ public enum ParserErrorCode implements ErrorCode {
|
| "A continue statement in a switch statement must have a label as a target"),
|
| DEPRECATED_ARGUMENT_DEFINITION_TEST(
|
| "The argument definition test ('?' operator) has been deprecated"),
|
| + DEPRECATED_CLASS_TYPE_ALIAS("The 'typedef' mixin application was replaced with 'class'"),
|
| DIRECTIVE_AFTER_DECLARATION("Directives must appear before any declarations"),
|
| DUPLICATE_LABEL_IN_SWITCH_STATEMENT("The label %s was already used in this switch statement"),
|
| DUPLICATED_MODIFIER("The modifier '%s' was already specified."),
|
|
|