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 9ee569dc00370b80b221205209a5f99fa6c913c8..7758be67bdb7cd268e2c7249d877b9b6212d0e96 100644 |
--- a/pkg/compiler/lib/src/serialization/keys.dart |
+++ b/pkg/compiler/lib/src/serialization/keys.dart |
@@ -10,6 +10,7 @@ class Key { |
static const Key ARGUMENTS = const Key('arguments'); |
static const Key BOUND = const Key('bound'); |
static const Key CALL_STRUCTURE = const Key('callStructure'); |
+ static const Key CALL_TYPE = const Key('callType'); |
static const Key CANONICAL_URI = const Key('canonicalUri'); |
static const Key CLASS = const Key('class'); |
static const Key COMPILATION_UNIT = const Key('compilation-unit'); |