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 e70cb1f commit e67035fCopy full SHA for e67035f
csharp/ql/test/query-tests/Nullness/Params.cs
@@ -6,7 +6,7 @@ public class Params
6
{
7
public void M1(params string[] args)
8
9
- var l = args.Length; // FALSE POSITIVE
+ var l = args.Length; // Good, true negative
10
}
11
12
public void M2(params string[] args)
0 commit comments