DescriptionFix access to type variables in initializer expressions
Allow initializer expressions to capture type arguments.
This used to crash because the receiver is not accessible
in initializer expressions. We don't need the receiver, we
just need to mark it as captured.
Fixes issue 8847.
R=ahe@google.com
Committed: https://code.google.com/p/dart/source/detail?r=25877
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 4
Messages
Total messages: 8 (0 generated)
|