| 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 10c70e207c39c7eed66d22c6b5416bae3db5585b..e176a3025160f491c71f1713a2ef272dcf39311c 100644
|
| --- a/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| @@ -334,10 +334,11 @@ abstract class InttestMixin {
|
| *
|
| * Parameters
|
| *
|
| - * files ( Map<FilePath, ContentChange> )
|
| + * files ( Map<FilePath, object> )
|
| *
|
| * A table mapping the files whose content has changed to a description of
|
| - * the content.
|
| + * the content change. Each value should be one of the following types:
|
| + * AddContentOverlay, ChangeContentOverlay, or RemoveContentOverlay.
|
| */
|
| Future sendAnalysisUpdateContent(Map<String, Map<String, dynamic>> files, {bool checkTypes: true}) {
|
| Map<String, dynamic> params = {};
|
|
|