| Index: pkg/fixnum/lib/src/intx.dart
|
| diff --git a/pkg/fixnum/lib/src/intx.dart b/pkg/fixnum/lib/src/intx.dart
|
| index 7adbf0c10b3edf3afebd2d0eedf98c3d7b7767ba..f132affac68ead6d7d061939beb0a2ac5712c06a 100644
|
| --- a/pkg/fixnum/lib/src/intx.dart
|
| +++ b/pkg/fixnum/lib/src/intx.dart
|
| @@ -128,7 +128,7 @@ abstract class IntX implements Comparable<IntX> {
|
| IntX abs();
|
|
|
| /** Clamps this integer to be in the range [lowerLimit] - [upperLimit]. */
|
| - IntX clamp(IntX lowerLimit, IntX upperLimit);
|
| + IntX clamp(lowerLimit, upperLimit);
|
|
|
| /**
|
| * Returns the minimum number of bits required to store this integer.
|
|
|