From e01bbdfd1f4dbac33a2090b395e0def2fd33b8cd Mon Sep 17 00:00:00 2001
From: Keerti Parthasarathy
Deprecated - no longer supported.
The code completion domain contains API's related to getting code completion suggestions. @@ -694,6 +695,7 @@ a:focus, a:hover { "results": List<CompletionSuggestion> } } +
Deprecated - no longer supported.
Used to request that completion suggestions for the given offset in the
given file be returned.
diff --git a/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart b/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart
index 4124b857529..e2658deede2 100644
--- a/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart
+++ b/pkg/analyzer_plugin/test/integration/support/integration_test_methods.dart
@@ -433,6 +433,8 @@ abstract class IntegrationTestMixin {
/// Stream controller for [onAnalysisOutline].
late StreamController Deprecated - no longer supported.
The code completion domain contains API's related to getting code completion
suggestions.
Deprecated - no longer supported.
Used to request that completion suggestions for the given offset in the
given file be returned.