| 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 df4cbfa2ef107852f63b89bcbaa1a5b054de13bd..5603df52066c264f47913af46f2da86b733f7715 100644
|
| --- a/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| @@ -768,10 +768,13 @@ abstract class IntegrationTestMixin {
|
| *
|
| * The identifier used to associate results with this search request.
|
| *
|
| - * element ( Element )
|
| + * element ( optional Element )
|
| *
|
| * The element referenced or defined at the given offset and whose
|
| * references will be returned in the search results.
|
| + *
|
| + * If no element was found at the given location, this field will be
|
| + * absent.
|
| */
|
| Future sendSearchFindElementReferences(String file, int offset, bool includePotential, {bool checkTypes: true}) {
|
| Map<String, dynamic> params = {};
|
|
|