| Index: pkg/analysis_services/lib/constants.dart
|
| diff --git a/pkg/analysis_services/lib/constants.dart b/pkg/analysis_services/lib/constants.dart
|
| index 9dcf66d96ba7e569887cd4068cc32f86a18f8107..4365c89530cd6411d09746697b824bc65e7edc79 100644
|
| --- a/pkg/analysis_services/lib/constants.dart
|
| +++ b/pkg/analysis_services/lib/constants.dart
|
| @@ -45,7 +45,7 @@ const String IS_STATIC = 'isStatic';
|
| const String KIND = 'kind';
|
| const String LAST = 'last';
|
| const String LENGTH = 'length';
|
| -const String LINKED_POSITION_GROUPS = 'linkedPositionGroups';
|
| +const String LINKED_EDIT_GROUPS = 'linkedEditGroups';
|
| const String LOCATION = 'location';
|
| const String MEMBER_ELEMENT = 'memberElement';
|
| const String MESSAGE = 'message';
|
| @@ -83,8 +83,10 @@ const String START_LINE = 'startLine';
|
| const String STATIC_TYPE = 'staticType';
|
| const String SUBCLASSES = 'subclasses';
|
| const String SUBSCRIPTIONS = 'subscriptions';
|
| +const String SUGGESTIONS = 'suggestions';
|
| const String SUPERCLASS = 'superclass';
|
| const String SUPER_CLASS_MEMBER = 'superclassMember';
|
| const String TARGETS = 'targets';
|
| const String TYPE = 'type';
|
| +const String VALUE = 'value';
|
| const String VERSION = 'version';
|
|
|