[dart2js] List.unmodifiable fails to run on web #59790
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
dart2js-ssa
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
web-dart2js
Steps to Reproduce
for example
or you can also compile it with dart2js, which generate the js code below
from
the
result
variable is not initialized with a value, but it tries to set its flag to 3Dart Version
I understand that the code isn't good or anything, but this shouldn't happen, right? I don't know what else it might cause, it runs perfectly on debug mode and other platform
The text was updated successfully, but these errors were encountered: