KT-1130 Remove ref from keywords

This commit is contained in:
Andrey Breslav
2012-01-25 12:46:50 +04:00
parent 4c4aafd2d3
commit 90b98a63b5
22 changed files with 92 additions and 152 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ typeArguments
;
valueArguments
: "(" (SimpleName "=")? ("out" | "ref")? expression{","} ")"
: "(" (SimpleName "=")? expression{","} ")"
;
jump