summaryrefslogtreecommitdiffstats
path: root/tests/experiments/generic/type-to-value-3.slang
Commit message (Collapse)AuthorAge
* '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.