f521734ce7
Fixes the underlying problem for the crash reported in https://github.com/flutter/flutter/issues/46823 Change-Id: I392c7bae3679cae52b694f3bd08b0b700ee9c56f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128540 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
4 lines
23 B
Dart
4 lines
23 B
Dart
main() {
|
|
foo = 42;
|
|
}
|