Skip to content

Commit

Permalink
Add test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed Jun 29, 2022
1 parent af1b26f commit 432618c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ public S()
int i = 0;

(i, var j) = (i++, 0); // FN
(var k, _) = (i++, 0); // Compliant
(_, _) = (i++, 0); // Compliant
}

public (int, int) M(int i, int j)
Expand Down

0 comments on commit 432618c

Please sign in to comment.