| 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 e291e6a75d2dac46d6f6251c37a8c70d5a284513..c1f38545afa6050c5089aecb48df5faf539e46dd 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
|
| @@ -48,6 +48,7 @@ public enum ParserErrorCode implements ErrorCode {
|
| "A continue statement cannot be used outside of a loop or switch statement"),
|
| CONTINUE_WITHOUT_LABEL_IN_CASE(
|
| "A continue statement in a switch statement must have a label as a target"),
|
| + DEFERRED_IMPORTS_NOT_SUPPORTED("Deferred imports are not supported by default"),
|
| 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"),
|
|
|