| Index: pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart
|
| diff --git a/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart b/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart
|
| index 8ab9a292056b9b6b292378f70a6a1cebfc1bed06..eb989b9ee4924f003a89074bd0b3d1c9fc85b123 100644
|
| --- a/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart
|
| +++ b/pkg/analyzer_plugin/tool/spec/codegen_inttest_methods.dart
|
| @@ -213,6 +213,9 @@ class CodegenInttestMethodsVisitor extends DartCodegenVisitor
|
| toHtmlVisitor.describePayload(request.params, 'Parameters');
|
| toHtmlVisitor.describePayload(request.result, 'Returns');
|
| }));
|
| + if (request.deprecated) {
|
| + writeln('@deprecated');
|
| + }
|
| String resultClass;
|
| String futureClass;
|
| if (request.result == null) {
|
|
|