Roberto Scaramuzzi

Results 1 comments of Roberto Scaramuzzi

This "feature" violates the == contract (https://api.dartlang.org/stable/2.0.0/dart-core/Object/operator_equals.html), since ```dart void main() { print(4 == Int64(4)); print(Int64(4) == 4); } ``` prints false true so I think it's pretty clear it...