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

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

Issue 582453002: Index and search of import prefixes. (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/protocol_matchers.dart
diff --git a/pkg/analysis_server/test/integration/protocol_matchers.dart b/pkg/analysis_server/test/integration/protocol_matchers.dart
index e6282bd9d5244dd3f3b7c8af1416429073bd9482..da92694585bd6d1e3746ace3ab65297132009215 100644
--- a/pkg/analysis_server/test/integration/protocol_matchers.dart
+++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
@@ -1092,6 +1092,7 @@ final Matcher isElement = new LazyMatcher(() => new MatchesJsonObject(
* LOCAL_VARIABLE
* METHOD
* PARAMETER
+ * PREFIX
* SETTER
* TOP_LEVEL_VARIABLE
* TYPE_PARAMETER
@@ -1114,6 +1115,7 @@ final Matcher isElementKind = new MatchesEnum("ElementKind", [
"LOCAL_VARIABLE",
"METHOD",
"PARAMETER",
+ "PREFIX",
"SETTER",
"TOP_LEVEL_VARIABLE",
"TYPE_PARAMETER",

Powered by Google App Engine
This is Rietveld 408576698