| 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 1002765ddb635c5990a5892601786bc9e03e099a..4fb7c97c647e701dee45c658d55ee1c6f62b5b25 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
|
| @@ -81,7 +81,6 @@ class _LocalVisitor extends LocalDeclarationVisitor {
|
|
|
| _LocalVisitor(this.request, int offset, this.optype) : super(offset) {
|
| // Suggestions for inherited members provided by InheritedReferenceContributor
|
| - includeLocalInheritedTypes = false; // !optype.inStaticMethodBody;
|
| targetIsFunctionalArgument = request.target.isFunctionalArgument();
|
|
|
| // If user typed identifier starting with '_'
|
|
|