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