Can't place QL comments before operators
Summary: That is, you can't have a comment on the line before a line that starts with |
or &
This is almost certainly a bug in the parser. It should be fixed, but is enough of an edge case to not be Critical.
This can be worked around, by putting the clause after the operator in parens, and putting the comment inside the parens. But that's ugly.