summaryrefslogtreecommitdiff
path: root/tests/bugs/generic-member-method.slang.expected.txt
AgeCommit message (Collapse)Author
2022-11-29Bug fix: partially specialized non-static generic invoke missing `this` ↵Yong He
argument. (#2536) * Fix non-static generic func call issue. * Add test case. * Revert unnecessary change. * Update test comment. Co-authored-by: Yong He <yhe@nvidia.com>