Java: Make Assignment extend BinaryExpr.

This commit is contained in:
Anders Schack-Mulligen
2026-03-04 14:27:53 +01:00
parent 3c129fcd23
commit ec1d034ee0
18 changed files with 32 additions and 83 deletions

View File

@@ -41,4 +41,5 @@ MaybeElement rhs(BinaryExpr e) {
}
from Expr e
where not e instanceof Assignment
select e, lhs(e), rhs(e)