-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dart 3 compiler crashes in Dartpad #52438
Comments
This value also crashes the compiler
(changing the list to a record) Stacktrace:
|
The above mentioned problem arises when using JS compiler. MacOS version runs ok:
|
/cc @biggs0125 |
Working on a fix for this. |
The fix for this has been checked in here: https://dart-review.googlesource.com/c/sdk/+/304380 I'm working on a cherrypick to stable for this fix. |
Verified compiler no longer crashes on sample. |
The following snippet crashes Dart 3 compiler in Dartpad:
Based on Flutter 3.11.0-5.0.pre Dart SDK 3.1.0-85.0.dev
The text was updated successfully, but these errors were encountered: