Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
biboudis committed May 28, 2024
1 parent c3143be commit 39eb535
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,11 +571,11 @@ compiler.err.constant.label.not.compatible=\

compiler.err.flows.through.to.pattern=\
illegal fall-through to a pattern\n\
the previous case label is missing a break
(the previous case label is missing a break)

compiler.err.flows.through.from.pattern=\
illegal fall-through from a pattern\n\
the current case label is missing a break
(the current case label is missing a break)

compiler.err.invalid.case.label.combination=\
invalid case label combination
Expand Down

0 comments on commit 39eb535

Please sign in to comment.