2019-05-13 08:25:22 -04:00
|
|
|
#
|
|
|
|
# number of conflicts must be ZERO.
|
|
|
|
#
|
|
|
|
|
|
|
|
class A
|
|
|
|
rule
|
|
|
|
targ: operation voidhead
|
|
|
|
| variable
|
2019-06-19 05:19:20 -04:00
|
|
|
|
2019-05-13 08:25:22 -04:00
|
|
|
voidhead : void B
|
|
|
|
void:
|
2019-06-19 05:19:20 -04:00
|
|
|
|
2019-05-13 08:25:22 -04:00
|
|
|
operation: A
|
|
|
|
variable : A
|
|
|
|
end
|