Operator precedence too low for current context.
          #2133   Compile-time error
          Operator precedence too low for current context.
Additional Information
 For operator 'X'.
Explanation
The named operator is being used as an argument to an operator that
has a higher precedence, leading to a possibly ambiguous expression.  
Parentheses should be used to clarify the expression.