| Index: pkg/analysis_server/lib/src/services/completion/dart/field_formal_contributor.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/completion/dart/field_formal_contributor.dart b/pkg/analysis_server/lib/src/services/completion/dart/field_formal_contributor.dart
|
| index 62bda0c5dd23abceb3241efb4a460354cc5fe0aa..cb8ada26295c4b5a9e18c1ff9ff8d102622dd88b 100644
|
| --- a/pkg/analysis_server/lib/src/services/completion/dart/field_formal_contributor.dart
|
| +++ b/pkg/analysis_server/lib/src/services/completion/dart/field_formal_contributor.dart
|
| @@ -64,7 +64,7 @@ class FieldFormalContributor extends DartCompletionContributor {
|
| if (fieldName != null && fieldName.length > 0) {
|
| if (!referencedFields.contains(fieldName)) {
|
| CompletionSuggestion suggestion = createSuggestion(
|
| - fieldId.bestElement,
|
| + fieldId.bestElement, request.ideOptions,
|
| relevance: DART_RELEVANCE_LOCAL_FIELD);
|
| if (suggestion != null) {
|
| suggestions.add(suggestion);
|
|
|