Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: lib/src/intx.dart

Issue 1834783004: Merge in changes from SDK branch (Closed) Base URL: https://github.com/dart-lang/fixnum@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/int64.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/intx.dart
diff --git a/lib/src/intx.dart b/lib/src/intx.dart
index 859cb957b60510576ec649087f675796a739cfee..b47a35e14c2806b48ff37478930220f63d91ad0a 100644
--- a/lib/src/intx.dart
+++ b/lib/src/intx.dart
@@ -130,7 +130,7 @@ abstract class IntX implements Comparable {
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.
« no previous file with comments | « lib/src/int64.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698