Chromium Code Reviews
DescriptionFix constructor closures in checked mode
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
Committed: https://github.com/dart-lang/sdk/commit/90adbb2968d62e25610649e8baa1560847a10389
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|
|||||||||||||||||||