| Index: pkg/analysis_server/lib/src/services/correction/assist.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/correction/assist.dart b/pkg/analysis_server/lib/src/services/correction/assist.dart
|
| index 6632cfdd4c5bb26ad543263982410b8af67050d6..013e7cec40c2041d61beaaace451db5f59481f35 100644
|
| --- a/pkg/analysis_server/lib/src/services/correction/assist.dart
|
| +++ b/pkg/analysis_server/lib/src/services/correction/assist.dart
|
| @@ -61,6 +61,8 @@ class DartAssistKind {
|
| const AssistKind('CONVERT_INTO_IS_NOT', 30, "Convert into is!");
|
| static const CONVERT_INTO_IS_NOT_EMPTY = const AssistKind(
|
| 'CONVERT_INTO_IS_NOT_EMPTY', 30, "Convert into 'isNotEmpty'");
|
| + static const CONVERT_PART_OF_TO_URI =
|
| + const AssistKind('CONVERT_PART_OF_TO_URI', 30, "Convert to use a URI");
|
| static const CONVERT_TO_FIELD_PARAMETER = const AssistKind(
|
| 'CONVERT_TO_FIELD_PARAMETER', 30, "Convert to field formal parameter");
|
| static const CONVERT_TO_NORMAL_PARAMETER = const AssistKind(
|
|
|