DescriptionFix temp variable allocation in await transformation
The ast transformation re-uses temporary variables between
different await expressions in the same function. This fixes
a bug where the transformer found and used temporary variables
from an outer function scope, overwriting the outer functions
values.
Fixes issue 22782.
R=srdjan@google.com
Committed: https://code.google.com/p/dart/source/detail?r=44526
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|