| Index: test/generated_sdk/lib/_internal/compiler/js_lib/interceptors.dart
|
| diff --git a/test/generated_sdk/lib/_internal/compiler/js_lib/interceptors.dart b/test/generated_sdk/lib/_internal/compiler/js_lib/interceptors.dart
|
| index accb591c305f21ad15e399ce1fe5c608148d2cee..566d1f6c106b8b4761ee0d11bab929711adc8413 100644
|
| --- a/test/generated_sdk/lib/_internal/compiler/js_lib/interceptors.dart
|
| +++ b/test/generated_sdk/lib/_internal/compiler/js_lib/interceptors.dart
|
| @@ -283,7 +283,7 @@ findInterceptorForType(Type type) {
|
| abstract class Interceptor {
|
| const Interceptor();
|
|
|
| - bool operator ==(other) => identical(this, other);
|
| + bool operator ==(Object other) => identical(this, other);
|
|
|
| int get hashCode => Primitives.objectHashCode(this);
|
|
|
|
|