4d7490c609
Summary: Previously, we filled in all occurrences of captured type variables with either "dynamic" or their bound, if they had one. Now, we add extra type parameters to the top-level function corresponding to the closure, and pass in the corresponding arguments as type arguments to the "MakeClosure" operation. Test Plan: Updated [type_variables.dart] and added a new test case to it. R=dmitryas@google.com Review-Url: https://codereview.chromium.org/2989563002 .