Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Remove another override documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Oct 18, 2023
1 parent 14101fd commit 6da2ac9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/int32.dart
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ class Int32 implements IntX {
return Int32(value);
}

/// Returns [:true:] if this [Int32] has the same numeric value as the
/// given object. The argument may be an [int] or an [IntX].
@override
bool operator ==(Object other) {
if (other is Int32) {
Expand Down

0 comments on commit 6da2ac9

Please sign in to comment.