ed5b6a3e8e
Parameter types of local functions might refer to type arguments of the receiver which means that receiver needs to be captured even if it is not explicitly used inside a local function. Fixes https://github.com/dart-lang/sdk/issues/32204 Bug: 32204 Change-Id: I448f0c8cbce12e9b58e1c3de9b2630ee22031d92 Reviewed-on: https://dart-review.googlesource.com/42441 Commit-Queue: Vyacheslav Egorov <vegorov@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com>