Index: pkg/compiler/lib/src/serialization/keys.dart |
diff --git a/pkg/compiler/lib/src/serialization/keys.dart b/pkg/compiler/lib/src/serialization/keys.dart |
index fb5151b09a4e515ece6edc68e0015c9c202b325e..2c70168b5e92b6139db34877f12daef16026b872 100644 |
--- a/pkg/compiler/lib/src/serialization/keys.dart |
+++ b/pkg/compiler/lib/src/serialization/keys.dart |
@@ -31,6 +31,7 @@ class Key { |
static const Key EFFECTIVE_TARGET_TYPE = const Key('effectiveTargetType'); |
static const Key ELEMENT = const Key('element'); |
static const Key ELEMENTS = const Key('elements'); |
+ static const Key ENCLOSING = const Key('enclosing'); |
static const Key EXECUTABLE_CONTEXT = const Key('executable-context'); |
static const Key EXPORTS = const Key('exports'); |
static const Key EXPORT_SCOPE = const Key('export-scope'); |
@@ -84,6 +85,7 @@ class Key { |
static const Key LISTS = const Key('lists'); |
static const Key MAPS = const Key('maps'); |
static const Key MEMBERS = const Key('members'); |
+ static const Key MESSAGE_KIND = const Key('messageKind'); |
static const Key METADATA = const Key('metadata'); |
static const Key MIXIN = const Key('mixin'); |
static const Key MIXINS = const Key('mixins'); |