| Index: pkg/analysis_server/lib/src/services/completion/dart/local_reference_contributor.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/completion/dart/local_reference_contributor.dart b/pkg/analysis_server/lib/src/services/completion/dart/local_reference_contributor.dart
|
| index 9d14fda53cbe1282b455ed2792de43cae6de7561..1002765ddb635c5990a5892601786bc9e03e099a 100644
|
| --- a/pkg/analysis_server/lib/src/services/completion/dart/local_reference_contributor.dart
|
| +++ b/pkg/analysis_server/lib/src/services/completion/dart/local_reference_contributor.dart
|
| @@ -306,7 +306,7 @@ class _LocalVisitor extends LocalDeclarationVisitor {
|
| int relevance: DART_RELEVANCE_DEFAULT}) {
|
| CompletionSuggestionKind kind = targetIsFunctionalArgument
|
| ? CompletionSuggestionKind.IDENTIFIER
|
| - : CompletionSuggestionKind.INVOCATION;
|
| + : optype.suggestKind;
|
| CompletionSuggestion suggestion = _createLocalSuggestion(
|
| id, kind, isDeprecated, relevance, typeName,
|
| classDecl: classDecl);
|
|
|