| Index: pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart
|
| diff --git a/pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart b/pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart
|
| index 006c9860b02739f740c92a9cfd017571a8e637dd..998570b6dfbc8221629328402c8aa35c30f8a2f7 100644
|
| --- a/pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart
|
| +++ b/pkg/analyzer_plugin/tool/spec/codegen_dart_protocol.dart
|
| @@ -556,7 +556,7 @@ class CodegenProtocolVisitor extends DartCodegenVisitor with CodeGenerator {
|
| */
|
| void emitObjectEqualsMember(TypeObject type, String className) {
|
| writeln('@override');
|
| - writeln('bool operator==(other) {');
|
| + writeln('bool operator ==(other) {');
|
| indent(() {
|
| writeln('if (other is $className) {');
|
| indent(() {
|
|
|