Skip to content

Commit

Permalink
Issue checkstyle#9412: updated example of AST for TokenTypes.CTOR_CALL
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinavRajputEXE committed Nov 27, 2021
1 parent ec0caab commit 8bf0a28
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -1444,10 +1444,10 @@ public final class TokenTypes {
* CTOR_CALL -> this
* |--LPAREN -> (
* |--ELIST -> ELIST
* |--EXPR -> EXPR
* |--NUM_INT -> 1
* | `--EXPR -> EXPR
* | `--NUM_INT -> 1
* |--RPAREN -> )
* |--SEMI -> ;
* `--SEMI -> ;
* </pre>
*
* @see #ELIST
Expand Down

0 comments on commit 8bf0a28

Please sign in to comment.