| 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 de1af427ef6f6a103edcac0461fc0beccc35ec21..8a042c55aab389c8bcc086bac51c3c36f7f34831 100644
|
| --- a/pkg/compiler/lib/src/serialization/keys.dart
|
| +++ b/pkg/compiler/lib/src/serialization/keys.dart
|
| @@ -43,6 +43,8 @@ class Key {
|
| static const Key IS_NAMED = const Key('isNamed');
|
| static const Key IS_OPERATOR = const Key('isOperator');
|
| static const Key IS_OPTIONAL = const Key('isOptional');
|
| + static const Key IS_UNNAMED_MIXIN_APPLICATION =
|
| + const Key('isUnnamedMixinApplication');
|
| static const Key KEYS = const Key('keys');
|
| static const Key KIND = const Key('kind');
|
| static const Key LEFT = const Key('left');
|
|
|