summaryrefslogtreecommitdiff
path: root/tests/diagnostics/concrete-argument-to-output-interface.slang
AgeCommit message (Collapse)Author
2025-04-11Add a more specific diagnostic message when passing concrete value to ↵Julius Ikkala
interface-typed output parameter (#6788) * More specific diagnostic for invalid concrete-to-interface arg coercion * Add test for the new error message * Fix typo in expected test result