summaryrefslogtreecommitdiff
path: root/tests/bugs/gh-6482-interface-method-existential-specialize.slang
AgeCommit message (Collapse)Author
2025-02-28Allow partial specialization of existential arguments. (#6487)Yong He
* 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.