52d1b4e96d
Mixin elimination copied factory constructors from the mixin class to the mixin application class. This could be observed as an unbound type parameter which led to a crash in the VM. Fixes https://github.com/dart-lang/sdk/issues/32267. Change-Id: I87b70a35d11c364739d01e261adf5329d492d8cf Reviewed-on: https://dart-review.googlesource.com/42922 Reviewed-by: Jens Johansen <jensj@google.com> Reviewed-by: Vyacheslav Egorov <vegorov@google.com>