Skip to content

Commit

Permalink
refactor unused function parameter test file
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Oct 8, 2024
1 parent fc3c5b6 commit a92d47c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ function doNothing(int a) { // warning
public function t(int a, int b, int c) { // warning
var fn = function(int a2, int b2) returns int => b;
int _ = fn(1,2);
}
}

0 comments on commit a92d47c

Please sign in to comment.