Grammar: Fix "object" rule (KT-22676)
This commit is contained in:
committed by
Sergey Igushkin
parent
d98c454806
commit
4b5b9b40e7
@@ -108,7 +108,7 @@ parameter
|
|||||||
;
|
;
|
||||||
|
|
||||||
object
|
object
|
||||||
: "object" SimpleName primaryConstructor? (":" delegationSpecifier{","})? classBody?
|
: modifiers "object" SimpleName primaryConstructor? (":" delegationSpecifier{","})? classBody?
|
||||||
;
|
;
|
||||||
|
|
||||||
secondaryConstructor
|
secondaryConstructor
|
||||||
|
|||||||
Reference in New Issue
Block a user