summaryrefslogtreecommitdiff
path: root/tests/diagnostics/param-mutation.slang.expected
AgeCommit message (Collapse)Author
2023-09-06Make a warning if a [mutating] method is called on an in param. (#3184)jsmall-nvidia
* Make a warning if a [mutating] method is passed as an in param. * Kick CI. --------- Co-authored-by: Yong He <yonghe@outlook.com>