1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Reuse operation rule for operation2

This commit is contained in:
S-H-GAMELINKS 2022-02-12 00:07:02 +09:00 committed by Nobuyoshi Nakada
parent c0651b4ae1
commit e6b537e605
Notes: git 2022-02-12 12:28:27 +09:00

View file

@ -5740,9 +5740,7 @@ operation : tIDENTIFIER
| tFID
;
operation2 : tIDENTIFIER
| tCONSTANT
| tFID
operation2 : operation
| op
;