Java: Align BinaryExpr.getOp() with AssignOp.getOp().

This commit is contained in:
Anders Schack-Mulligen
2026-03-04 13:46:04 +01:00
parent fe032a5834
commit 3c129fcd23
5 changed files with 29 additions and 27 deletions

View File

@@ -10,5 +10,5 @@ where
e.isNthChildOf(be, i) and i != 0 and i != 1 and reason = "Unexpected operand " + i.toString()
)
or
be.getOp() = " ?? " and reason = "No operator name"
be.getOp() = "??" and reason = "No operator name"
select be, reason