Closed
Description
This issue was originally filed by @a14n
With Dart SDK version 1.9.3 the following operation provide a wrong result on the DartVM:
main() {
print(3276800000000000000000000000000000000000000000000000000000000000000000000000000000000000 ~/ 5);
}
The result is 158036763590213357844617751853179159899543849202652282559536023106840502987466624466944 but it should be 3276800000000000000000000000000000000000000000000000000000000000000000000000000000000000 .