| 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 de805fe32aa1735f09c96db3a00df91271083af9..179b72716f088f07ef9a46a9270c65d1e2fb22b1 100644
|
| --- a/pkg/compiler/lib/src/serialization/keys.dart
|
| +++ b/pkg/compiler/lib/src/serialization/keys.dart
|
| @@ -22,6 +22,7 @@ class Key {
|
| static const Key CONSTANT = const Key('constant');
|
| static const Key CONSTANTS = const Key('constants');
|
| static const Key CONSTRUCTOR = const Key('constructor');
|
| + static const Key CONTAINS_TRY = const Key('containsTryStatement');
|
| static const Key DATA = const Key('data');
|
| static const Key DEFAULT = const Key('default');
|
| static const Key DEFAULTS = const Key('defaults');
|
|
|