e6baa97e9a
Ensure that a generator entry point only passes type arguments for parameters that are not erased. The generator header was passing too many arguments to the generator body, causing the element type to be misaligned. Change-Id: I062df5f7172ed8bb410c81013a3faee35d66ef1b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144351 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Stephen Adams <sra@google.com>