mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02:00
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
/**
|
|
* @name Test for Linq expressions
|
|
*/
|
|
|
|
import csharp
|
|
|
|
from BinaryOperation e
|
|
where not e instanceof Assignment
|
|
select e, e.getAnOperand()
|