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