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>
10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
main() {
|
|
foo = 42;
|
|
}
|
|
|
|
|
|
main[StringToken]([BeginToken])[SimpleToken] {[BeginToken]
|
|
foo[StringToken] =[SimpleToken] 42[StringToken];[SimpleToken]
|
|
}[SimpleToken]
|
|
[SimpleToken]
|