| Index: pkg/fixnum/lib/src/int64.dart
|
| diff --git a/pkg/fixnum/lib/src/int64.dart b/pkg/fixnum/lib/src/int64.dart
|
| index 036a06b837d12a6a143a80ad5e7659d0f02f3f8a..f5a081021178e9c7d30a50ca63cf056d0c79fdb1 100644
|
| --- a/pkg/fixnum/lib/src/int64.dart
|
| +++ b/pkg/fixnum/lib/src/int64.dart
|
| @@ -794,7 +794,7 @@ class Int64 implements IntX {
|
| r = d0 - q * fatRadix;
|
| d0 = q;
|
|
|
| - assert(chunk2 == "");
|
| + assert(chunk3 == "");
|
| chunk3 = chunk2;
|
| chunk2 = chunk1;
|
| // Adding [fatRadix] Forces an extra digit which we discard to get a fixed
|
|
|