mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
16 lines
166 B
Text
16 lines
166 B
Text
|
#
|
||
|
# number of conflicts must be ZERO.
|
||
|
#
|
||
|
|
||
|
class A
|
||
|
rule
|
||
|
targ: operation voidhead
|
||
|
| variable
|
||
|
|
||
|
voidhead : void B
|
||
|
void:
|
||
|
|
||
|
operation: A
|
||
|
variable : A
|
||
|
end
|