提交 3184d972 编写于 作者: A Andrey Breslav

Unneeded separator removed

上级 fd3df74c
......@@ -29,7 +29,7 @@ typeParameters
;
classBody
: ("{" memberDeclaration{","} "}")?
: ("{" memberDeclaration "}")?
;
delegationSpecifier
......
......@@ -474,7 +474,7 @@ public class JetParsing extends AbstractJetParsing {
/*
* classBody
* : ("{" memberDeclaration{","} "}")?
* : ("{" memberDeclaration "}")?
* ;
*/
/*package*/ void parseClassBody() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册