Remember to add >>>
operator to int
.
#30745
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
core-2
library-core
type-enhancement
A request for a change that isn't a bug
If we change
int
to be finite-precision, it should have a non-sign-extending shift as well.That means a new overloadable operator everywhere in the language which can likely also be used in constant expressions.
The text was updated successfully, but these errors were encountered: