| 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 7b908a8c0005c2cb1ac2fe16f0e9a60d41632c4c..a8ef12e9854cd148c8b584f17e7be67c6ef9b82a 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
|
| @@ -137,7 +137,8 @@ class _Visitor extends LocalDeclarationVisitor {
|
| }
|
| }
|
| if (elem != null) {
|
| - CompletionSuggestion suggestion = createSuggestion(elem,
|
| + CompletionSuggestion suggestion = createSuggestion(
|
| + elem, request.ideOptions,
|
| completion: completion, relevance: relevance);
|
| if (suggestion != null) {
|
| suggestions.add(suggestion);
|
|
|