Skip to content

Commit

Permalink
Add javadoc to dim
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Jan 19, 2025
1 parent 56b3fc0 commit e8cf94e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/antlr/GroovyParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,9 @@ creator[int t]
)
;

/**
* n 0: dim without size expression; 1: dim with size expression
*/
dim[int n]
: annotationsOpt LBRACK
(
Expand Down

0 comments on commit e8cf94e

Please sign in to comment.