Ambiguity due to reduction in parameter binding.
A prefix may be needed to avoid ambiguity, e.g.:
```
m1 (content.body.length = 1)
```
would become
```
m1 (content|.body.length = 1)
```
This is especially the case when collection indices are used which can contain arbitrary data uses.
issue