Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Issue 10913250: Properly collect placeholders for function expressions. (Closed)

Created:
8 years, 3 months ago by Anton Muhin
Modified:
8 years, 3 months ago
Reviewers:
Roman
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Properly 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -33 lines) Patch
M lib/compiler/implementation/dart_backend/placeholder_collector.dart View 6 chunks +35 lines, -32 lines 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Anton Muhin
8 years, 3 months ago (2012-09-13 17:57:34 UTC) #1
Roman
8 years, 3 months ago (2012-09-14 08:48:10 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698