Grammar: Fix "functionType" rule (KT-22676)

This commit is contained in:
Alexey Belkov
2018-02-03 22:51:07 +03:00
committed by Sergey Igushkin
parent d0f3001fd5
commit 2b9f26a0da
+1 -1
View File
@@ -42,5 +42,5 @@ projection
;
functionType
: (type ".")? "(" parameter{","}? ")" "->" type?
: (type ".")? "(" parameter{","}? ")" "->" type
;