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

Unified Diff: pkg/analysis_server/test/services/index2/index2_test.dart

Issue 1776143002: Use the fact that some index lists are sorted. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « pkg/analysis_server/lib/src/services/index2/index2.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/services/index2/index2_test.dart
diff --git a/pkg/analysis_server/test/services/index2/index2_test.dart b/pkg/analysis_server/test/services/index2/index2_test.dart
index d65ca3fd849bc3caaa29e0082ebdbffeed9913ce..5a9abb0e66c8927ff8efe05361c3a40dd88b62cc 100644
--- a/pkg/analysis_server/test/services/index2/index2_test.dart
+++ b/pkg/analysis_server/test/services/index2/index2_test.dart
@@ -168,6 +168,7 @@ main(A a, p) {
p.test = 1; // p-ref-ur-q
p.test += 2; // p-ref-ur-q
print(p.test); // p-ref-ur-q
+ print(p.test2); // not requested
}
''');
List<Location> locations =
« no previous file with comments | « pkg/analysis_server/lib/src/services/index2/index2.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698