034501e805
Before: mixin application classes could not have methods of their own. After: type inference will sometimes insert forwarding stubs in mixin application classes. In the mixin elimination transformation, these forwarding stubs are replaced with the methods of the mixin class if they have the same name, but the parameter flags from the forwarding stub are retained. The other forwarding stubs are left as methods of the class. Change-Id: I5ee89d6b1fc83194df82009c2800b54ce856e8c5 Reviewed-on: https://dart-review.googlesource.com/15887 Reviewed-by: Paul Berry <paulberry@google.com> Commit-Queue: Kevin Millikin <kmillikin@google.com>