JET-140 Change function type syntax
and tests for JET-168 Improve the parser for function and tuple types as receiver types
This commit is contained in:
@@ -47,7 +47,7 @@ optionalProjection
|
||||
;
|
||||
|
||||
functionType
|
||||
: "{" (type ".")? functionTypeContents "}"
|
||||
: "fun" (type ".")? functionTypeContents
|
||||
;
|
||||
|
||||
functionTypeContents
|
||||
|
||||
Reference in New Issue
Block a user