Namespace blocks

This commit is contained in:
Andrey Breslav
2010-12-15 17:09:30 +03:00
parent 35a824d2fe
commit 921d74d821
9 changed files with 612 additions and 79 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ typeArguments
;
valueArguments
: "(" (SimpleName "=")? expression{","} ")"
: "(" (SimpleName "=")? ("out" | "ref")? expression{","} ")"
;
infixFunctionCall