summaryrefslogtreecommitdiffstats
path: root/tests/compute/dynamic-dispatch-10.slang.expected.txt
Commit message (Collapse)AuthorAge
* Allow calling a generic function with an existential value (dynamic ↵Yong He2020-08-21
dispatch) (#1508) * Allow calling a generic function with an existential value (dynamic dispatch). * Fixes per review comments. * Clean up implementation by having `openExistential` return `ExtractExistentialType` instead of a DeclRef to the interface with a `ThisTypeSubstitution`. * More cleanups Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com> Co-authored-by: Yong He <yhe@nvidia.com>