Grammar: Fix "functionType" rule (KT-22676)
This commit is contained in:
committed by
Sergey Igushkin
parent
d0f3001fd5
commit
2b9f26a0da
@@ -42,5 +42,5 @@ projection
|
|||||||
;
|
;
|
||||||
|
|
||||||
functionType
|
functionType
|
||||||
: (type ".")? "(" parameter{","}? ")" "->" type?
|
: (type ".")? "(" parameter{","}? ")" "->" type
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user