| Index: pkg/analysis_server/test/integration/integration_test_methods.dart
|
| diff --git a/pkg/analysis_server/test/integration/integration_test_methods.dart b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| index 7d4ce879138ab68f8b57de9a5470ff0f3a0faefc..9a7c85eef40b1669870e2ecf1858059bea3bd25d 100644
|
| --- a/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| @@ -725,7 +725,11 @@ abstract class IntegrationTestMixin {
|
| *
|
| * results ( List<CompletionSuggestion> )
|
| *
|
| - * The completion suggestions being reported.
|
| + * The completion suggestions being reported. The notification contains all
|
| + * possible completions at the requested cursor position, even those that
|
| + * do not match the characters the user has already typed. This allows the
|
| + * client to respond to further keystrokes from the user without having to
|
| + * make additional requests.
|
| *
|
| * last ( bool )
|
| *
|
|
|