Chromium Code Reviews| Index: pkg/fixnum/lib/src/int32.dart |
| diff --git a/pkg/fixnum/lib/src/int32.dart b/pkg/fixnum/lib/src/int32.dart |
| index bbff8a0abdf67edf7253136572f4e356de9bdf53..2aad272b637f77598cbf405fd4f5104eee9b7902 100644 |
| --- a/pkg/fixnum/lib/src/int32.dart |
| +++ b/pkg/fixnum/lib/src/int32.dart |
| @@ -288,7 +288,7 @@ class int32 implements intx { |
| return _i == _convert(other); |
| } |
| - int compareTo(Comparable other) { |
| + int compareTo(other) { |
| if (other is int64) { |
| return this.toInt64().compareTo(other); |
| } |