You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…unboxed record return values
Unboxing of records involves a more complex code, and such intrinsics
would be similar to the normal code of the implicit getters.
TEST=runtime/tests/vm/dart/regress_52449_test.dart
Bug: #52449
Change-Id: Ic6b4ca21609921f0215275be6578f6bbc1fe3eeb
Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/304282Fixes: #52467
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/304760
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
Dart SDK version: 3.1.0-128.0.dev (dev) (Thu May 18 23:58:52 2023 -0700) on "linux_x64"
The repository is here: https://github.com/TimWhiting/syntax, It involves an ImplicitGetter with a record return type.
I tried simplifying the relevant code as follows, but this doesn't trigger the crash.
The text was updated successfully, but these errors were encountered: