| Index: pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart b/pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart
|
| index f757376c651a6001d151a64e8efbf6eabe5bf27f..16379b2fb215ba42e4926b64028ee04974ab82e0 100644
|
| --- a/pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart
|
| +++ b/pkg/analysis_server/lib/src/services/completion/dart/local_constructor_contributor.dart
|
| @@ -127,8 +127,7 @@ class _Visitor extends LocalDeclarationVisitor {
|
| }
|
| }
|
| if (elem != null) {
|
| - CompletionSuggestion suggestion = createSuggestion(
|
| - elem, request.ideOptions,
|
| + CompletionSuggestion suggestion = createSuggestion(elem,
|
| completion: completion, relevance: relevance);
|
| if (suggestion != null) {
|
| suggestions.add(suggestion);
|
|
|