[dart2js] Wrong order of forwarding constructor named arguments #47047
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
web-dart2js
{language,language_2}/constructor/named_arguments/none
has been failing for some time.The generated code for these forwarding constructors always evaluates the expression for
a:
beforeb:
when they should be evaluated in textual order.The text was updated successfully, but these errors were encountered: