Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: pkg/analysis_server/test/integration/integration_test_methods.dart

Issue 529123002: Make findElementReferences' "id" result optional. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 acf1619f10c8b5d88425a98082f750a16ed3fbdf..b608550893ccb54e2fa4d2e6c4ee98155aa111b6 100644
--- a/pkg/analysis_server/test/integration/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
@@ -764,10 +764,14 @@ abstract class IntegrationTestMixin {
*
* Returns
*
- * id ( SearchId )
+ * id ( optional SearchId )
*
* The identifier used to associate results with this search request.
*
+ * If no element was found at the given location, this field will be
+ * absent, and no results will be reported via the search.results
+ * notification.
+ *
* element ( optional Element )
*
* The element referenced or defined at the given offset and whose
« no previous file with comments | « pkg/analysis_server/lib/src/search/search_domain.dart ('k') | pkg/analysis_server/test/integration/protocol_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698