summaryrefslogtreecommitdiffstats
path: root/tests/experiments/generic/equality-5.slang
Commit message (Collapse)AuthorAge
* Generic experiments (#2119)jsmall-nvidia2022-02-09
| | | | | | | | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Small fixes. Added compiler crash with generic defined in a function. Added enum-flags test that works (by limiting backing type to int), and using __EnumType constraint. * Add comment about crash. * Disable crashing test.
* 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.