90adbb2968
The parameters of constructor closures must be dynamic. The Spec says so, and it’s necessary. The formal type of constructor parameters may not be valid in the context of the closure function, e.g. if it is a type parameter. BUG= R=regis@google.com Review URL: https://codereview.chromium.org//1269783004 .