mirror of
https://github.com/ruby/ruby.git
synced 2026-08-21 03:34:31 +08:00
16 lines
162 B
Plaintext
16 lines
162 B
Plaintext
#
|
|
# number of conflicts must be ZERO.
|
|
#
|
|
|
|
class A
|
|
rule
|
|
targ: operation voidhead
|
|
| variable
|
|
|
|
voidhead : void B
|
|
void:
|
|
|
|
operation: A
|
|
variable : A
|
|
end
|