Skip to content

Commit 2eb37e5

Browse files
SushantChandlacommit-bot@chromium.org
authored andcommitted
Api Docs[core/int.dart]
The unsigned right shift was [implemented](dart-lang/language#478 (comment)) Closes #47227 #47227 GitOrigin-RevId: ec84d68 Change-Id: Iafc195c8df212c8f78330f6ebef230daa6a6d280 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213560 Reviewed-by: Kevin Moore <[email protected]> Commit-Queue: Kevin Moore <[email protected]>
1 parent 179c96c commit 2eb37e5

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)