Skip to content

Commit

Permalink
Fixing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpy committed Mar 21, 2024
1 parent 9943023 commit 42b1d55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/grammar/test/case-25.tact
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ fun anotherFunction(
fun oneMoreFunction(
a: Int,
b: Int,
c: Int,
): Int {
return c + ((a >> b) || (a << (32 - b)));
return anotherFunction(
a,
b,
);
}

0 comments on commit 42b1d55

Please sign in to comment.