| 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 3550ab949663bb20fa5594433b9210cb94fc93c5..94f43188f5f0df5dc859af629514c66075188171 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
|
| @@ -62,7 +62,7 @@ class FieldFormalContributor extends DartCompletionContributor {
|
| if (fieldName != null && fieldName.length > 0) {
|
| if (!referencedFields.contains(fieldName)) {
|
| CompletionSuggestion suggestion = createSuggestion(
|
| - fieldId.bestElement, request.ideOptions,
|
| + fieldId.bestElement,
|
| relevance: DART_RELEVANCE_LOCAL_FIELD);
|
| if (suggestion != null) {
|
| suggestions.add(suggestion);
|
|
|