summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/switch-multiple-defaults.slang
Commit message (Collapse)AuthorAge
* Fix assertions due to malformed switch statements (#3858)sriramm-nv2024-04-03
* Fix assertions due to malformed switch statements Fixes the issue #2955 * Checks for multiple case statements with same values * Checks for multiple default cases * Constant-folds case exprs into an Integer value * fix the comments, and updated error code * one-line comment on diagnostic code