Chromium Code Reviews| 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); |
|
sra1
2016/03/24 20:50:34
It would be an improvement if the strong mode warn
Leaf
2016/03/24 20:52:49
Acknowledged.
|
| /** |
| * Returns the minimum number of bits required to store this integer. |