summaryrefslogtreecommitdiff
path: root/tests/language-feature/tuple/tuple-expand-call.slang
AgeCommit message (Collapse)Author
2025-08-07Support `expand` on concrete tuple values. (#8106)Yong He
Closes #8061. Along with the fix, also enhanced coercion/overload resolution to filter candidates based on the target type, allowing `tests\language-feature\higher-order-functions\overloaded.slang` to pass.