Skip to content

Commit 7e58b8c

Browse files
committed
GROOVY-10433
1 parent df8dc75 commit 7e58b8c

File tree

5 files changed

+613
-600
lines changed

5 files changed

+613
-600
lines changed

base/org.codehaus.groovy40/build.bridger

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<target name="weave">
2121
<resolve-dependencies pathid="classpath.bridger" type="jar,maven-plugin">
22-
<dependency org="org.jboss.bridger" name="bridger" rev="1.5.Final">
22+
<dependency org="org.jboss.bridger" name="bridger" rev="1.6.Final">
2323
<exclude org="org\.apache\.maven.*" matcher="regexp" />
2424
<exclude org="org.codehaus.plexus" />
2525
<exclude org="org.sonatype.plexus" />

base/org.codehaus.groovy40/src/GroovyParser.g4

+5-5
Original file line numberDiff line numberDiff line change
@@ -1213,14 +1213,14 @@ className
12131213
identifier
12141214
: Identifier
12151215
| CapitalizedIdentifier
1216-
| VAR
1217-
| IN
1218-
// | DEF
1219-
| TRAIT
12201216
| AS
1221-
| YIELD
1217+
| IN
12221218
| PERMITS
12231219
| RECORD
1220+
| SEALED
1221+
| TRAIT
1222+
| VAR
1223+
| YIELD
12241224
;
12251225

12261226
builtInType

base/org.codehaus.groovy40/src/org/apache/groovy/parser/antlr4/GroovyParser.interp

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)