mirror of
https://github.com/github/codeql.git
synced 2026-03-27 17:58:17 +01:00
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
/**
|
|
* @name Test for Linq calls
|
|
*/
|
|
import csharp
|
|
|
|
from MethodCall mc, int a1
|
|
select mc, a1, mc.getArgument(a1)
|