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

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

Issue 934353002: Issue 22476. Outline for enums. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 8a1562ba096a95adfde8e8736b5c5dcbae30451e..e74d998a186d183c04919b87fd9f29f2da4e1bd8 100644
--- a/pkg/analysis_server/test/integration/protocol_matchers.dart
+++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
@@ -1192,6 +1192,8 @@ final Matcher isElement = new LazyMatcher(() => new MatchesJsonObject(
* CLASS_TYPE_ALIAS
* COMPILATION_UNIT
* CONSTRUCTOR
+ * ENUM
+ * ENUM_CONSTANT
* FIELD
* FUNCTION
* FUNCTION_TYPE_ALIAS
@@ -1215,6 +1217,8 @@ final Matcher isElementKind = new MatchesEnum("ElementKind", [
"CLASS_TYPE_ALIAS",
"COMPILATION_UNIT",
"CONSTRUCTOR",
+ "ENUM",
+ "ENUM_CONSTANT",
"FIELD",
"FUNCTION",
"FUNCTION_TYPE_ALIAS",
« no previous file with comments | « pkg/analysis_server/test/analysis/notification_outline_test.dart ('k') | pkg/analysis_server/tool/spec/spec_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698