d68f685cab
- The new mixin syntax is now handled. It's a little kludgy since the front end lowers it to the old supermixin representation, so we have to do a similar lowering to the analyzer representation. Once the front end has full support for the new mixin syntax, I'll clean this up. - Synthetic '__loadLibrary_' functions (inserted by the front end to cover the corner case where the "loadLibrary" function is torn off) are ignored. Drops the number of failing language_2 tests with `--compiler compare_analyzer_cfe` from 22 to 11. I believe the remaining failures are genuine bugs in either the front end or the analyzer. Change-Id: I452ee92c418c04661d35cda1ed129ee5715879cd Reviewed-on: https://dart-review.googlesource.com/75207 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Paul Berry <paulberry@google.com>