summaryrefslogtreecommitdiffstats
path: root/tests/experiments/generic/meta-2.slang
Commit message (Collapse)AuthorAge
* Handling static const variables in generics (#2171)jsmall-nvidia2022-04-05
| | | | | | | | | * #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.
* 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.