| Index: pkg/front_end/lib/src/fasta/parser/error_kind.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/parser/error_kind.dart b/pkg/front_end/lib/src/fasta/parser/error_kind.dart
|
| index 1234e505b13cd1a018efe79f319b4ddc9491b9b0..f622987d8cd4b488b7314f24341fffb9ea67617b 100644
|
| --- a/pkg/front_end/lib/src/fasta/parser/error_kind.dart
|
| +++ b/pkg/front_end/lib/src/fasta/parser/error_kind.dart
|
| @@ -10,6 +10,7 @@ enum ErrorKind {
|
| AsciiControlCharacter,
|
| AsyncAsIdentifier,
|
| AwaitAsIdentifier,
|
| + AwaitForNotAsync,
|
| AwaitNotAsync,
|
| BuiltInIdentifierAsType,
|
| BuiltInIdentifierInDeclaration,
|
| @@ -25,7 +26,6 @@ enum ErrorKind {
|
| /// Dart Language Specification) Dart VM native clauses. See
|
| /// [dart_vm_native.dart].
|
| ExpectedClassBodyToSkip,
|
| - AwaitForNotAsync,
|
| ExpectedDeclaration,
|
| ExpectedExpression,
|
| ExpectedFunctionBody,
|
| @@ -45,6 +45,7 @@ enum ErrorKind {
|
| MissingExponent,
|
| NonAsciiIdentifier,
|
| NonAsciiWhitespace,
|
| + OnlyTry,
|
| PositionalParameterWithEquals,
|
| RequiredParameterWithDefault,
|
| SetterNotSync,
|
|
|