Unneeded separator removed
This commit is contained in:
@@ -29,7 +29,7 @@ typeParameters
|
|||||||
;
|
;
|
||||||
|
|
||||||
classBody
|
classBody
|
||||||
: ("{" memberDeclaration{","} "}")?
|
: ("{" memberDeclaration "}")?
|
||||||
;
|
;
|
||||||
|
|
||||||
delegationSpecifier
|
delegationSpecifier
|
||||||
|
|||||||
@@ -474,7 +474,7 @@ public class JetParsing extends AbstractJetParsing {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* classBody
|
* classBody
|
||||||
* : ("{" memberDeclaration{","} "}")?
|
* : ("{" memberDeclaration "}")?
|
||||||
* ;
|
* ;
|
||||||
*/
|
*/
|
||||||
/*package*/ void parseClassBody() {
|
/*package*/ void parseClassBody() {
|
||||||
|
|||||||
Reference in New Issue
Block a user