| 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 cff99d8c11ccc1edd5bc0bac1da2ab2467308709..7bb010e271590644294d23e2d5c9c7c7fb14484b 100644
|
| --- a/pkg/analysis_server/lib/src/constants.dart
|
| +++ b/pkg/analysis_server/lib/src/constants.dart
|
| @@ -40,7 +40,6 @@ const String NOTIFICATION_OUTLINE = 'analysis.outline';
|
|
|
|
|
| const String ADDED = 'added';
|
| -const String ARGUMENTS = 'arguments';
|
| const String CHILDREN = 'children';
|
| const String CONTENT = 'content';
|
| const String DEFAULT = 'default';
|
| @@ -64,6 +63,7 @@ const String OFFSET = 'offset';
|
| const String OLD_LENGTH = 'oldLength';
|
| const String OPTIONS = 'options';
|
| const String OUTLINE = 'outline';
|
| +const String PARAMETERS = 'parameters';
|
| const String REFACTORINGS = 'refactorings';
|
| const String REGIONS = 'regions';
|
| const String REMOVED = 'removed';
|
|
|