KT-1130 Remove ref from keywords
This commit is contained in:
@@ -232,7 +232,7 @@ typeArguments
|
||||
;
|
||||
|
||||
valueArguments
|
||||
: "(" (SimpleName "=")? ("out" | "ref")? expression{","} ")"
|
||||
: "(" (SimpleName "=")? expression{","} ")"
|
||||
;
|
||||
|
||||
jump
|
||||
|
||||
Reference in New Issue
Block a user