| 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 3c06bb9f4ad74860280824dba5ccf37d0db5f86a..ef16e1dcd11911e829f82376c76e1fd2c23deac9 100644
|
| --- a/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| +++ b/pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
| @@ -532,7 +532,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(() {
|
|
|