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 e682a33b4b030c1eee12fadecf7bc01a179f161d..a7d7d2b0bd7654b8621d038284a83818f655a2a9 100644 |
--- a/pkg/compiler/lib/src/serialization/keys.dart |
+++ b/pkg/compiler/lib/src/serialization/keys.dart |
@@ -29,6 +29,8 @@ class Key { |
static const Key DYNAMIC_USES = const Key('dynamic-uses'); |
static const Key EFFECTIVE_TARGET = const Key('effectiveTarget'); |
static const Key EFFECTIVE_TARGET_TYPE = const Key('effectiveTargetType'); |
+ static const Key EFFECTIVE_TARGET_IS_MALFORMED = |
+ const Key('effectiveTargetIsMalformed'); |
static const Key ELEMENT = const Key('element'); |
static const Key ELEMENTS = const Key('elements'); |
static const Key ENCLOSING = const Key('enclosing'); |