| 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 56b490f5af386865e15a8cabfe4c921f136f5ca4..9a5ba0e3b1b8fea4b95946a244cfa25b864eb600 100644
|
| --- a/pkg/compiler/lib/src/serialization/keys.dart
|
| +++ b/pkg/compiler/lib/src/serialization/keys.dart
|
| @@ -9,6 +9,7 @@ class Key {
|
| static const Key ALIAS = const Key('alias');
|
| static const Key ARGUMENTS = const Key('arguments');
|
| static const Key ASYNC_MARKER = const Key('asyncMarker');
|
| + static const Key BODY = const Key('body');
|
| static const Key BOUND = const Key('bound');
|
| static const Key CACHED_TYPE = const Key('cachedType');
|
| static const Key CALL_STRUCTURE = const Key('callStructure');
|
|
|