Merge pull request #21412 from aschackmull/java/binary-assignment

Java: Make Assignment extend BinaryExpr.
This commit is contained in:
Anders Schack-Mulligen
2026-03-05 13:19:45 +01:00
committed by GitHub
28 changed files with 5032 additions and 110 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The class `Assignment` now extends `BinaryExpr`. Uses of `BinaryExpr` may in some cases need slight adjustment.