C#: Make Assignment extend BinaryOperation.

This commit is contained in:
Anders Schack-Mulligen
2026-03-05 14:41:38 +01:00
parent ffa5110522
commit d9ef9f82e1
3 changed files with 8 additions and 2 deletions

View File

@@ -5,4 +5,5 @@
import csharp
from BinaryOperation e
where not e instanceof Assignment
select e, e.getAnOperand()