| 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 f27f5483cdd1b5c36b2f900d28bd1054e5a8853b..d41ab1c7b6d1e68cf1977b0fe4fe75ca6db8e2d8 100644
|
| --- a/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| +++ b/pkg/analysis_server/test/integration/protocol_matchers.dart
|
| @@ -1533,6 +1533,15 @@ final Matcher isRefactoringMethodParameter = new LazyMatcher(() => new MatchesJs
|
| }));
|
|
|
| /**
|
| + * RefactoringOptions
|
| + *
|
| + * {
|
| + * }
|
| + */
|
| +final Matcher isRefactoringOptions = new LazyMatcher(() => new MatchesJsonObject(
|
| + "RefactoringOptions", null));
|
| +
|
| +/**
|
| * RefactoringMethodParameterKind
|
| *
|
| * enum {
|
|
|