KT-729 Need to support arrays as varargs: front-end checks done
#KT-729 In progress
This commit is contained in:
@@ -152,7 +152,6 @@ longTemplate
|
||||
: "${" expression "}"
|
||||
;
|
||||
|
||||
|
||||
isRHS
|
||||
: pattern
|
||||
;
|
||||
@@ -232,7 +231,7 @@ typeArguments
|
||||
;
|
||||
|
||||
valueArguments
|
||||
: "(" (SimpleName "=")? expression{","} ")"
|
||||
: "(" (SimpleName "=")? "*"? expression{","} ")"
|
||||
;
|
||||
|
||||
jump
|
||||
|
||||
Reference in New Issue
Block a user