| Index: pkg/analysis_services/lib/constants.dart
|
| diff --git a/pkg/analysis_services/lib/constants.dart b/pkg/analysis_services/lib/constants.dart
|
| index 58f1999bc26b20e4bbf315c03118d741591f64dd..dc48b17d396c9cbc5c7f874e1cd5881a812c3041 100644
|
| --- a/pkg/analysis_services/lib/constants.dart
|
| +++ b/pkg/analysis_services/lib/constants.dart
|
| @@ -45,6 +45,7 @@ const String IS_DEPRECATED = 'isDeprecated';
|
| const String IS_POTENTIAL = 'isPotential';
|
| const String IS_STATIC = 'isStatic';
|
| const String KIND = 'kind';
|
| +const String KINDS = 'kinds';
|
| const String LAST = 'last';
|
| const String LENGTH = 'length';
|
| const String LINKED_EDIT_GROUPS = 'linkedEditGroups';
|
|
|