| Index: pkg/analysis_server/lib/src/constants.dart
|
| diff --git a/pkg/analysis_server/lib/src/constants.dart b/pkg/analysis_server/lib/src/constants.dart
|
| index 337fc2aa3d994dbc16d5500e6333cb81e5641b85..66341c8611d55e68c2e35aaa365ddcec2c3690b7 100644
|
| --- a/pkg/analysis_server/lib/src/constants.dart
|
| +++ b/pkg/analysis_server/lib/src/constants.dart
|
| @@ -97,6 +97,7 @@ const String FLAGS = 'flags';
|
| const String HOVERS = 'hovers';
|
| const String ID = 'id';
|
| const String INCLUDED = 'included';
|
| +const String INTERFACE_ELEMENTS = 'interfaceElements';
|
| const String IS_ABSTRACT = 'isAbstract';
|
| const String IS_STATIC = 'isStatic';
|
| const String KIND = 'kind';
|
| @@ -111,6 +112,7 @@ const String OFFSETS = 'offsets';
|
| const String OLD_LENGTH = 'oldLength';
|
| const String OPTIONS = 'options';
|
| const String OUTLINE = 'outline';
|
| +const String OVERRIDES = 'overrides';
|
| const String PARAMETER = 'parameter';
|
| const String PARAMETERS = 'parameters';
|
| const String PATTERN = 'pattern';
|
| @@ -124,6 +126,7 @@ const String START_COLUMN = 'startColumn';
|
| const String START_LINE = 'startLine';
|
| const String STATIC_TYPE = 'staticType';
|
| const String SUBSCRIPTIONS = 'subscriptions';
|
| +const String SUPER_CLASS_ELEMENT = 'superclassElement';
|
| const String TARGETS = 'targets';
|
| const String TYPE = 'type';
|
| const String VERSION = 'version';
|
|
|