Chromium Code Reviews
DescriptionProperly collect placeholders for function expressions.
Now function expressions can be found in lhs of variable declarations as well:
final inc = (x) => x + 1;
Process them like other functions.
R=smok@google.com
BUG=5141
Committed: https://code.google.com/p/dart/source/detail?r=12374
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||