ExhaustiveMatching icon indicating copy to clipboard operation
ExhaustiveMatching copied to clipboard

Does Not Prevent Exhaustive Matching on Flags Enum

Open WalkerCodeRanger opened this issue 2 years ago • 0 comments

If you create an exhaustive matching switch statement on a flags enum an error should be reported because that doesn't make sense.

WalkerCodeRanger avatar Mar 21 '22 00:03 WalkerCodeRanger