2019-05-13 08:25:22 -04:00
|
|
|
#
|
|
|
|
# number of conflicts must be ZERO.
|
|
|
|
#
|
|
|
|
|
|
|
|
class A
|
|
|
|
rule
|
|
|
|
targ: operation voidhead
|
|
|
|
| variable
|
2019-10-30 11:54:50 -04:00
|
|
|
|
2019-05-13 08:25:22 -04:00
|
|
|
voidhead : void B
|
|
|
|
void:
|
2019-10-30 11:54:50 -04:00
|
|
|
|
2019-05-13 08:25:22 -04:00
|
|
|
operation: A
|
|
|
|
variable : A
|
|
|
|
end
|