Skip to content

Commit

Permalink
fix(kotlin): fix syntax not match master issues
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 17, 2022
1 parent 38ed025 commit 7bea9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapi-ast-kotlin/src/main/antlr/KotlinParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ parenthesizedUserType
// SECTION: statements

statements
: (statement (semis statement)*)? semis?
: (statement ((';' | NL)+ statement)* semis?)?
;

statement
Expand Down

0 comments on commit 7bea9c7

Please sign in to comment.