| 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 2c70168b5e92b6139db34877f12daef16026b872..e682a33b4b030c1eee12fadecf7bc01a179f161d 100644
|
| --- a/pkg/compiler/lib/src/serialization/keys.dart
|
| +++ b/pkg/compiler/lib/src/serialization/keys.dart
|
| @@ -61,6 +61,8 @@ class Key {
|
| static const Key IS_EXTERNAL = const Key('isExternal');
|
| static const Key IS_FINAL = const Key('isFinal');
|
| static const Key IS_INJECTED = const Key('isInjected');
|
| + static const Key IS_METHOD_TYPE_VARIABLE_TYPE =
|
| + const Key('isMethodTypeVariableType');
|
| static const Key IS_NAMED = const Key('isNamed');
|
| static const Key IS_OPERATOR = const Key('isOperator');
|
| static const Key IS_OPTIONAL = const Key('isOptional');
|
|
|