Chromium Code Reviews| Index: pkg/fixnum/intx.dart |
| diff --git a/pkg/fixnum/intx.dart b/pkg/fixnum/intx.dart |
| index 18ad0299552c76c4f7086ca8f05f1edfa7b4eb33..1fe14931d66e7a0316f9fd81d83d4072589082d0 100644 |
| --- a/pkg/fixnum/intx.dart |
| +++ b/pkg/fixnum/intx.dart |
| @@ -46,7 +46,7 @@ abstract class intx implements Comparable { |
| bool isOdd(); |
| bool isZero(); |
| - int hashCode(); |
| + int get hashCode; |
| intx abs(); |