Files
sdk/pkg/front_end/parser_testcases/general/assignment.dart.parser.expect
Johnni Winther f521734ce7 [cfe] Handle setter import conflicts
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>
2019-12-16 12:02:47 +00:00

10 lines
173 B
Plaintext

main() {
foo = 42;
}
main[StringToken]([BeginToken])[SimpleToken] {[BeginToken]
foo[StringToken] =[SimpleToken] 42[StringToken];[SimpleToken]
}[SimpleToken]
[SimpleToken]