summaryrefslogtreecommitdiff
path: root/tests/language-feature/generics/prebound-variadic-pack.slang
AgeCommit message (Collapse)Author
2025-01-17Fix prebound parameter pack - argument list matching logic. (#6111)Yong He
* Fix prebound parameter pack - argument list matching logic. * Move tests. * Fix.