summaryrefslogtreecommitdiffstats
path: root/tests/bugs/gh-6482-interface-method-existential-specialize.slang
Commit message (Collapse)AuthorAge
* Allow partial specialization of existential arguments. (#6487)Yong He2025-02-28
* Allow partial specialization of existential arguments. * Fix. * Add test case for improved diagnostics. * Fix compile error. * Fix tests. * Fix. * Fix test. * Fix compile issue. * Fix typo. * Address comment.