Skip to content

Commit

Permalink
Merge ../checker-framework-fork-mernst-branch-issue5412 into switch-e…
Browse files Browse the repository at this point in the history
…xhaustive
  • Loading branch information
mernst committed Dec 1, 2022
2 parents f0c5010 + 77d3b8c commit 9fbc8d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,8 @@ public Node visitBreak(BreakTree tree, Void p) {
return null;
}

// This visits a switch statement, not a switch expression.
// This visits a switch statement.
// Switch expressions are visited by visitSwitchExpression17.
@Override
public Node visitSwitch(SwitchTree tree, Void p) {
SwitchBuilder builder = new SwitchBuilder(tree);
Expand Down

0 comments on commit 9fbc8d2

Please sign in to comment.