summaryrefslogtreecommitdiff
path: root/tests/compute/dynamic-dispatch-3.slang.expected.txt
AgeCommit message (Collapse)Author
2020-06-24Dynamic dispatch for generic interface requirements.Yong He
-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.