Index: pkg/analysis_server/lib/src/services/completion/prefixed_element_contributor.dart |
diff --git a/pkg/analysis_server/lib/src/services/completion/prefixed_element_contributor.dart b/pkg/analysis_server/lib/src/services/completion/prefixed_element_contributor.dart |
index 0a6ca2cb6d8b29a144ed394d1c95ec734a4000f2..1df4993044afe9f542d9d7a665eef073484c12ed 100644 |
--- a/pkg/analysis_server/lib/src/services/completion/prefixed_element_contributor.dart |
+++ b/pkg/analysis_server/lib/src/services/completion/prefixed_element_contributor.dart |
@@ -404,8 +404,11 @@ class _PrefixedIdentifierSuggestionBuilder |
bool typesOnly = node.parent is TypeName; |
bool instCreation = |
typesOnly && node.parent.parent is ConstructorName; |
- LibraryElementSuggestionBuilder.suggestionsFor(request, |
- CompletionSuggestionKind.INVOCATION, library, typesOnly, |
+ LibraryElementSuggestionBuilder.suggestionsFor( |
+ request, |
+ CompletionSuggestionKind.INVOCATION, |
+ library, |
+ typesOnly, |
instCreation); |
modified = true; |
if (directive.deferredKeyword != null) { |