We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e72c0 commit 4b7a6c5Copy full SHA for 4b7a6c5
csharp/ql/test/library-tests/methods/Parameters4.ql
@@ -3,6 +3,7 @@
3
*/
4
5
import csharp
6
+import semmle.code.csharp.commons.Collections
7
-where forall(Parameter p | p.isParams() and p.fromSource() | p.getType() instanceof ArrayType)
8
+where forall(Parameter p | p.isParams() | p.getType() instanceof ParamsCollectionType)
9
select 1
0 commit comments