summaryrefslogtreecommitdiff
path: root/tests/experiments/generic/meta-2.slang
AgeCommit message (Collapse)Author
2022-04-05Handling static const variables in generics (#2171)jsmall-nvidia
* #include an absolute path didn't work - because paths were taken to always be relative. * Meta-2 test works. * Add new generic test for static const variable in a function in a generic. * Generic function with static const variable doesn't work.
2021-12-21Language experiments (#2068)jsmall-nvidia
* #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.