summaryrefslogtreecommitdiffstats
path: root/tests/bugs/switch-local-const.slang
Commit message (Collapse)AuthorAge
* Fix local constants in switch cases (#7053)Julius Ikkala2025-05-10
* Fix using local constants in switch cases * Add test * format code * Always lower switch cases with exprVal * Fix formatting --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> Co-authored-by: Yong He <yonghe@outlook.com>