Java: Update dbscheme to make @assignment a @binaryexpr.

This commit is contained in:
Anders Schack-Mulligen
2026-03-03 15:11:04 +01:00
parent e695477f4f
commit fe032a5834
7 changed files with 4967 additions and 0 deletions

View File

@@ -815,6 +815,7 @@ when_branch_else(unique int id: @whenbranch ref);
| @geexpr
| @eqexpr
| @neexpr
| @assignment
| @valueeqexpr
| @valueneexpr;