mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Correct last revision
Review URL: https://codereview.chromium.org//825463002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42554 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
509c16c9cb
commit
73de52110f
1 changed files with 1 additions and 1 deletions
|
@ -4644,7 +4644,7 @@ Of course, if assignable expressions always appeared {\em as} the left hand side
|
|||
|
||||
\begin{grammar}
|
||||
|
||||
{\bf assignableExpression:}primary (arguments? assignableSelector)+;
|
||||
{\bf assignableExpression:}primary (arguments* assignableSelector)+;
|
||||
\SUPER{} assignableSelector;
|
||||
identifier
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue