| Index: pkg/fixnum/lib/src/int32.dart
|
| diff --git a/pkg/fixnum/lib/src/int32.dart b/pkg/fixnum/lib/src/int32.dart
|
| index 02eb2139b46dc0c1d981364027b3873d97b18f10..6c8a6f4c443e712fc7e6545486f9060232fe4583 100644
|
| --- a/pkg/fixnum/lib/src/int32.dart
|
| +++ b/pkg/fixnum/lib/src/int32.dart
|
| @@ -20,7 +20,7 @@ class int32 implements intx {
|
| * The minimum positive value attainable by an [int32], namely
|
| * -2147483648.
|
| */
|
| - static int32 MIN_VALUE = const int32._internal(0x80000000);
|
| + static int32 MIN_VALUE = const int32._internal(-0x80000000);
|
|
|
| /**
|
| * An [int32] constant equal to 0.
|
|
|