| 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",
|
|
|