| Index: pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| diff --git a/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart b/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| index 080d6d3071fd93f2ed420cd724cad29154cb9d33..7bacc2322fe7cbe25ece19528116eea6c5750dab 100644
|
| --- a/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| +++ b/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| @@ -720,7 +720,7 @@ class CodegenProtocolVisitor extends DartCodegenVisitor with CodeGenerator {
|
| toHtmlVisitor.showType(null, impliedType.type);
|
| }
|
| }));
|
| - writeln('class $className {');
|
| + writeln('class $className implements Enum {');
|
| indent(() {
|
| if (emitSpecialStaticMembers(className)) {
|
| writeln();
|
|
|