| Index: pkg/compiler/lib/src/scanner/keyword.dart
|
| diff --git a/pkg/compiler/lib/src/scanner/keyword.dart b/pkg/compiler/lib/src/scanner/keyword.dart
|
| index ffcf036dc66ca822c2c7b27aca4331cae04ad9a5..804a0ee3e31a195cef5dd0384780034fe346468f 100644
|
| --- a/pkg/compiler/lib/src/scanner/keyword.dart
|
| +++ b/pkg/compiler/lib/src/scanner/keyword.dart
|
| @@ -19,6 +19,7 @@ class Keyword {
|
| const Keyword("default"),
|
| const Keyword("do"),
|
| const Keyword("else"),
|
| + const Keyword("enum"),
|
| const Keyword("extends"),
|
| const Keyword("false"),
|
| const Keyword("final"),
|
| @@ -48,7 +49,6 @@ class Keyword {
|
| const Keyword("abstract", isBuiltIn: true),
|
| const Keyword("as", info: AS_INFO, isBuiltIn: true),
|
| const Keyword("dynamic", isBuiltIn: true),
|
| - const Keyword("enum", isBuiltIn: true),
|
| const Keyword("export", isBuiltIn: true),
|
| const Keyword("external", isBuiltIn: true),
|
| const Keyword("factory", isBuiltIn: true),
|
|
|