dart2js / DDC: add tests for consistency of identical and == under optimizations. #35199
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
web-dart2js
The optimized code should behave the same as unoptimized.
We can check this by comparing the result if the 'identical' tear-off with calls in various static contexts.
In particular, check: 0, 0.0, -0.0, NaN.
The text was updated successfully, but these errors were encountered: