| Index: pkg/analysis_server/tool/spec/codegen_matchers.dart
|
| diff --git a/pkg/analysis_server/tool/spec/codegen_matchers.dart b/pkg/analysis_server/tool/spec/codegen_matchers.dart
|
| index 15b4f9420a28301d8c96255d6aac7aefc6e41e26..e2e62fb949282959a9896098bef886a5e9e00185 100644
|
| --- a/pkg/analysis_server/tool/spec/codegen_matchers.dart
|
| +++ b/pkg/analysis_server/tool/spec/codegen_matchers.dart
|
| @@ -51,7 +51,7 @@ class CodegenMatchersVisitor extends HierarchicalApiVisitor with CodeGenerator {
|
| if (type != null) {
|
| toHtmlVisitor.showType(null, type);
|
| }
|
| - }), false);
|
| + }));
|
| write('final Matcher ${camelJoin(nameParts)} = ');
|
| if (type == null) {
|
| write('isNull');
|
| @@ -65,6 +65,7 @@ class CodegenMatchersVisitor extends HierarchicalApiVisitor with CodeGenerator {
|
| @override
|
| visitApi() {
|
| outputHeader();
|
| + writeln();
|
| writeln('/**');
|
| writeln(' * Matchers for data types defined in the analysis server API');
|
| writeln(' */');
|
|
|