summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/generic-type-inference-fail.slang
Commit message (Collapse)AuthorAge
* [Language Server]: Show signature help on generic parameters. (#7913)Yong He2025-07-29
| | | | | | | | | | | | | * Show signature help on generic parameters. * Fix. * Update tests. * slang-test: make vvl error go through stderr. * update slang-rhi * Update slang-rhi
* Diagnose on attempt to specialize with interface type. (#2780)Yong He2023-04-07
* Diagnose on attempt to specialize with interface type. Fixes ##1445. * Enable fixed test. * Fix test. * Fix. --------- Co-authored-by: Yong He <yhe@nvidia.com>