| 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 347976e2d150c20edad7dc6c2ebf0836ed347f27..6d0ec42bc7362e31c05588dc78e74d80a73ad0b3 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1294,6 +1294,7 @@ final Matcher isElement = new LazyMatcher(() => new MatchesJsonObject(
|
| * ENUM
|
| * ENUM_CONSTANT
|
| * FIELD
|
| + * FILE
|
| * FUNCTION
|
| * FUNCTION_TYPE_ALIAS
|
| * GETTER
|
| @@ -1319,6 +1320,7 @@ final Matcher isElementKind = new MatchesEnum("ElementKind", [
|
| "ENUM",
|
| "ENUM_CONSTANT",
|
| "FIELD",
|
| + "FILE",
|
| "FUNCTION",
|
| "FUNCTION_TYPE_ALIAS",
|
| "GETTER",
|
|
|