DescriptionFix parsing [a]sync[*] function body modifiers with Fasta.
The Fasta'a parser is crazy as it is now. It says that something is a
return statement, but it is actually an expression function body. That
seems too much dart2js specific.
R=paulberry@google.com, ahe@google.com
BUG=
Committed: https://github.com/dart-lang/sdk/commit/ce58e89d3cd5410a6786922460f26fc3c8971582
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use endExpressionFunctionBody() instead of endReturnStatement(). #
Messages
Total messages: 7 (1 generated)
|