Grammar: Fix "optionalProjection" rule (KT-22676)
This commit is contained in:
committed by
Sergey Igushkin
parent
d6496814b2
commit
d0f3001fd5
@@ -34,10 +34,10 @@ userType
|
|||||||
;
|
;
|
||||||
|
|
||||||
simpleUserType
|
simpleUserType
|
||||||
: SimpleName ("<" (optionalProjection type | "*"){","} ">")?
|
: SimpleName ("<" (projection? type | "*"){","} ">")?
|
||||||
;
|
;
|
||||||
|
|
||||||
optionalProjection
|
projection
|
||||||
: varianceAnnotation
|
: varianceAnnotation
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user