Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unreachable default cases from switch expressions on enums
New `->`-style switch expressions on enums have built-in handling of exhaustiveness, if a default is omitted the switch will implicitly throw a `MatchException` if the switch has an impossible value. PiperOrigin-RevId: 713785508 Change-Id: I57614847231568d213c02b0f91b5cb181542ad59
- Loading branch information