Skip to content

Commit

Permalink
Api Docs[core/int.dart]
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
SushantChandla authored and [email protected] committed Sep 15, 2021
1 parent 179c96c commit 2eb37e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/lib/core/int.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ abstract class int extends num {

/// Bitwise unsigned right shift by [shiftAmount] bits.
///
/// NOT IMPLEMENTED YET.
///
/// The least significant [shiftAmount] bits are dropped,
/// the remaining bits (if any) are shifted down,
/// and zero-bits are shifted in as the new most significant bits.
Expand Down

0 comments on commit 2eb37e5

Please sign in to comment.