Skip to content

Commit

Permalink
GROOVY-10433
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Dec 30, 2021
1 parent df8dc75 commit 7e58b8c
Show file tree
Hide file tree
Showing 5 changed files with 613 additions and 600 deletions.
2 changes: 1 addition & 1 deletion base/org.codehaus.groovy40/build.bridger
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<target name="weave">
<resolve-dependencies pathid="classpath.bridger" type="jar,maven-plugin">
<dependency org="org.jboss.bridger" name="bridger" rev="1.5.Final">
<dependency org="org.jboss.bridger" name="bridger" rev="1.6.Final">
<exclude org="org\.apache\.maven.*" matcher="regexp" />
<exclude org="org.codehaus.plexus" />
<exclude org="org.sonatype.plexus" />
Expand Down
10 changes: 5 additions & 5 deletions base/org.codehaus.groovy40/src/GroovyParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -1213,14 +1213,14 @@ className
identifier
: Identifier
| CapitalizedIdentifier
| VAR
| IN
// | DEF
| TRAIT
| AS
| YIELD
| IN
| PERMITS
| RECORD
| SEALED
| TRAIT
| VAR
| YIELD
;

builtInType
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 7e58b8c

Please sign in to comment.