Namespace blocks
This commit is contained in:
@@ -125,7 +125,7 @@ typeArguments
|
||||
;
|
||||
|
||||
valueArguments
|
||||
: "(" (SimpleName "=")? expression{","} ")"
|
||||
: "(" (SimpleName "=")? ("out" | "ref")? expression{","} ")"
|
||||
;
|
||||
|
||||
infixFunctionCall
|
||||
|
||||
Reference in New Issue
Block a user