Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-georgiou-sonarsource committed Jun 6, 2024
1 parent 4059423 commit 402882e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ public void CallMethod(dynamic d)
MethodArray(new int[] { 1, 2 }, new int[] { 1, 2 }); // Compliant, elements in args: [System.Int32[], System.Int32[]]

MethodJaggedArray(new int[] { 1, 2 }); // Compliant: jagged array [System.Object[]]
Method(d); // For coverage

Method(d); // Compliant
Method("Hello", 2); // Compliant
string.Format(CultureInfo.InvariantCulture, "{0}.{1}", new object[] { "", new object() });
}
}
Expand Down

0 comments on commit 402882e

Please sign in to comment.