mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
/**
|
|
* @name Test for Linq expressions
|
|
*/
|
|
import csharp
|
|
|
|
from BinaryOperation e
|
|
select e, e.getAnOperand()
|