Passing closures outside parentheses. !!! A hack for by clause

This commit is contained in:
Andrey Breslav
2011-01-02 16:30:18 +03:00
parent 9224f75d33
commit 621a51e856
8 changed files with 351 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ delegationSpecifier
;
explicitDelegation
: userType "by" expression // TODO: Syntax is questionable
: userType "by" expression // internal this expression no foo {bar} is allowed // TODO: Syntax is questionable
;
typeParameter