summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/interfaces/optional-none.slang
Commit message (Collapse)AuthorAge
* Make interface types non c-style in Slang2026. (#7260)Yong He2025-06-04
* Make interface types non c-style. * Make Optional<T> work with autodiff and existential types. * Fix. * patch behind slang 2026. * Fix warnings. * cleanup. * Fix tests. * Fix. * Fix com interface lowering. * Add comment to test. * regenerate command line reference * Add test for passing `none` to autodiff function. * Fix recording of `getDynamicObjectRTTIBytes`. * Fix nested Optional types. --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>