ExhaustiveMatching
ExhaustiveMatching copied to clipboard
Does Not Prevent Exhaustive Matching on Flags Enum
If you create an exhaustive matching switch statement on a flags enum an error should be reported because that doesn't make sense.