dart2js issue with negating a value via an index from a list #23858
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
web-dart2js
https://dartpad.dartlang.org/8a387639cb5fdb219ffe
Output from Dart Pad (dart2js):
Expected:
b[0] is -0.0 , is negative? true
Actual:
b[0] is 0 , is negative? true
Output from the VM:
The text was updated successfully, but these errors were encountered: