Files
codeql/csharp/ql/test/library-tests/methods/Parameters4.ql
2018-12-20 10:19:59 +01:00

9 lines
138 B
Plaintext

/**
* @name Test for parameters
*/
import csharp
where forall(Parameter p | p.isParams() | p.getType() instanceof ArrayType)
select 1