mirror of
https://github.com/github/codeql.git
synced 2026-03-27 01:38:22 +01: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()
|