Fix comment in test file

This commit is contained in:
Tamas Vajk
2023-12-21 12:26:41 +01:00
committed by Tamás Vajk
parent e70cb1f259
commit e67035f891

View File

@@ -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)