Reports for infix function calls that can be replaced with dot-qualified function calls.
Example:
1 xor 2
1.xor(2)