Chromium Code Reviews
DescriptionFix the case of function field via this initialization.
The problematic code is like:
class C {
Function f;
C(int this.f());
}
In this case Send's selector is actually a FunctionExpression.
Currently it gets unparsed weirdly: C(this.int f()), but DartVM accepts that so let
leave it in this state for now.
R=smok@google.com
Committed: https://code.google.com/p/dart/source/detail?r=10631
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||