aihc-parser-1.0.0.2: test/Test/Fixtures/equivalent/expr/multi-way-if-indented.yaml
extensions: []
equivalent:
- |
if | True
->
1
+ 2
- |
if | True
->
1 + 2
status: pass
reason: With indentation the same as the bar, the infix operator is part of the guard body.