mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
14 lines
117 B
Text
14 lines
117 B
Text
# 1 s/r conflict and 1 r/r conflict
|
|
|
|
class A
|
|
rule
|
|
|
|
target: a
|
|
|
|
a :
|
|
| a list
|
|
|
|
list :
|
|
| list ITEM
|
|
|
|
end
|