Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: pkg/analysis_server/lib/src/services/completion/dart/local_reference_contributor.dart

Issue 1537713002: remove unused suggestion builder (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 '_'

Powered by Google App Engine
This is Rietveld 408576698