Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hvitved committed Sep 25, 2024
1 parent cbc2389 commit 79620c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class BecomeExprTree extends StandardPostOrderTree instanceof BecomeExpr {
}

class BinaryOpExprTree extends StandardPostOrderTree instanceof BinaryExpr {
BinaryOpExprTree() { not this instanceof LogicalOrExpr and not this instanceof LogicalAndExpr }
BinaryOpExprTree() { not this instanceof BinaryLogicalOperation }

override ControlFlowTree getChildNode(int i) {
i = 0 and result = super.getLhs()
Expand Down

0 comments on commit 79620c1

Please sign in to comment.