summaryrefslogtreecommitdiffstats
path: root/tests/experiments/generic/type-to-value-4.slang
Commit message (Collapse)AuthorAge
* Diagnose on attempt to specialize with interface type. (#2780)Yong He2023-04-07
| | | | | | | | | | | | | | | * Diagnose on attempt to specialize with interface type. Fixes ##1445. * Enable fixed test. * Fix test. * Fix. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* 'Explicit specialization' experiments with extensions (#2099)jsmall-nvidia2022-02-03
| | | | | | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Explicit specialization with multiple parameters. * Fix tabs. * Small improvements in test comments.
* Language experiments (#2068)jsmall-nvidia2021-12-21
* #include an absolute path didn't work - because paths were taken to always be relative. * Moved to experiments. Added some more tests. * More tests around associated types. * Return interface tests. * More tests.