summaryrefslogtreecommitdiffstats
path: root/tests/bugs/generic-member-method.slang.expected.txt
Commit message (Collapse)AuthorAge
* Bug fix: partially specialized non-static generic invoke missing `this` ↵Yong He2022-11-29
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>