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

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

Issue 2924633002: Remove unused IdeOptions (Closed)
Patch Set: reverse default Created 3 years, 6 months 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 b5d7a32427dbc63da9f4667c754237f0bfcc48fe..fd9583455b5b45b2b3297ba6661c3c75c2968b96 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
@@ -477,8 +477,7 @@ class _LocalVisitor extends LocalDeclarationVisitor {
.map((p) => p.element);
suggestion.hasNamedParameters = namedParameters.isNotEmpty;
- addDefaultArgDetails(suggestion, null, requiredParameters, namedParameters,
- request.ideOptions);
+ addDefaultArgDetails(suggestion, null, requiredParameters, namedParameters);
}
bool _isVoid(TypeAnnotation returnType) {

Powered by Google App Engine
This is Rietveld 408576698