mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
C#: Make Assignment extend BinaryOperation.
This commit is contained in:
@@ -5,4 +5,5 @@
|
||||
import csharp
|
||||
|
||||
from BinaryOperation e
|
||||
where not e instanceof Assignment
|
||||
select e, e.getAnOperand()
|
||||
|
||||
Reference in New Issue
Block a user