Skip to content

Commit ec84d68

Browse files
Merge 6b807d1 into ff617b9
2 parents ff617b9 + 6b807d1 commit ec84d68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/lib/core/int.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ abstract class int extends num {
112112

113113
/// Bitwise unsigned right shift by [shiftAmount] bits.
114114
///
115-
/// NOT IMPLEMENTED YET.
116-
///
117115
/// The least significant [shiftAmount] bits are dropped,
118116
/// the remaining bits (if any) are shifted down,
119117
/// and zero-bits are shifted in as the new most significant bits.

0 commit comments

Comments
 (0)