Chromium Code Reviews| Index: lib/src/int64.dart |
| diff --git a/lib/src/int64.dart b/lib/src/int64.dart |
| index 2ff48229a97845f13998a6a04c8d0a99e76af582..b7127eec8aa538a14a4c04314bae3373060a4451 100644 |
| --- a/lib/src/int64.dart |
| +++ b/lib/src/int64.dart |
| @@ -458,7 +458,7 @@ class Int64 implements IntX { |
| return false; |
| } |
| - int compareTo(Comparable other) =>_compareTo(other); |
| + int compareTo(other) => _compareTo(other); |
| int _compareTo(other) { |
| Int64 o = _promote(other); |