pick from master #38670
This commit is contained in:
@ -26,7 +26,7 @@ options { tokenVocab = DorisLexer; }
|
||||
}
|
||||
|
||||
multiStatements
|
||||
: (statement SEMICOLON*)+ EOF
|
||||
: statement (SEMICOLON+ statement)* SEMICOLON* EOF
|
||||
;
|
||||
|
||||
singleStatement
|
||||
|
||||
Reference in New Issue
Block a user