mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Fix comment in test file
This commit is contained in:
@@ -6,7 +6,7 @@ public class Params
|
||||
{
|
||||
public void M1(params string[] args)
|
||||
{
|
||||
var l = args.Length; // FALSE POSITIVE
|
||||
var l = args.Length; // Good, true negative
|
||||
}
|
||||
|
||||
public void M2(params string[] args)
|
||||
|
||||
Reference in New Issue
Block a user