summaryrefslogtreecommitdiffstats
path: root/tests/compute/dynamic-dispatch-3.slang.expected.txt
Commit message (Collapse)AuthorAge
* Dynamic dispatch for generic interface requirements.Yong He2020-06-24
-Lower interfaces into actual `IRInterfaceType` insts. -Lower `DeclRef<AssocTypeDecl>` into `IRAssociatedType` -Generate proper IRType for generic functions. -Add a test case exercising dynamic dispatching a generic static function through an associated type. -Bug fixes for the test case.