Menu
← Back to all error identifiers
Error Identifiers: match.*
There are 4 error identifiers in the match.* group:
-
Match arm condition can never match the subject type.
-
Match arm condition always matches, making subsequent arms unreachable.
-
Match expression does not handle all possible values of the subject.
-
Match expression result is used but all arms return void.