| Index: pkg/analysis_server/test/mock_sdk.dart
|
| diff --git a/pkg/analysis_server/test/mock_sdk.dart b/pkg/analysis_server/test/mock_sdk.dart
|
| index 0e2dac9e4e94fe5a9af20cad9cb9d228ee5c432e..e6eba2f3dee70d8b1db006974d2ec08f85f4783c 100644
|
| --- a/pkg/analysis_server/test/mock_sdk.dart
|
| +++ b/pkg/analysis_server/test/mock_sdk.dart
|
| @@ -21,6 +21,7 @@ import 'dart:async';
|
| class Object {
|
| bool operator ==(other) => identical(this, other);
|
| String toString() => 'a string';
|
| + int get hashCode => 0;
|
| }
|
|
|
| class Function {}
|
|
|