The function BinaryOp::reverse currently does nothing as far as I can tell:
|
pub fn reverse(&mut self) { |
However, code in IndexMatch expects this function to do something:
The tests pass despite this. I tried actually reversing the operator from Lt to Gt, LetoGe`, etc, and as a result the tests failed.