Skip to content

Commit

Permalink
Forgotten break
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Aug 16, 2024
1 parent 98c3f1e commit 7ca5ba9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,7 @@ private boolean tryReduceSwitchWithConstantInput(JSwitchStatement s, Context ctx
}
if (found != null) {
matchingCase = found;
break;
}
}
}
Expand Down

0 comments on commit 7ca5ba9

Please sign in to comment.