Skip to content

Commit

Permalink
Add comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurens-W committed Nov 27, 2024
1 parent 70cc111 commit bb8d98a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ void foo() throws IllegalAccessException {
try {
throw new IllegalAccessException();
} catch (Exception e) {
throw e;
throw e; // C# can rethrow the caught exception implicitly and so the `e` Identifier is removed by the inline visitor below
}
}
}"""
Expand Down

0 comments on commit bb8d98a

Please sign in to comment.