Remove unreferenced rule from Java LR
This commit is contained in:
parent
69f22f8012
commit
df336b4e59
|
@ -815,14 +815,6 @@ nonWildcardTypeArguments
|
||||||
: '<' typeList '>'
|
: '<' typeList '>'
|
||||||
;
|
;
|
||||||
|
|
||||||
selector
|
|
||||||
: '.' Identifier arguments?
|
|
||||||
| '.' 'this'
|
|
||||||
| '.' 'super' superSuffix
|
|
||||||
| '.' 'new' innerCreator
|
|
||||||
| '[' expression ']'
|
|
||||||
;
|
|
||||||
|
|
||||||
superSuffix
|
superSuffix
|
||||||
: arguments
|
: arguments
|
||||||
| '.' Identifier arguments?
|
| '.' Identifier arguments?
|
||||||
|
|
Loading…
Reference in New Issue