summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/tuple/tuple-expand-call.slang
Commit message (Collapse)AuthorAge
* Support `expand` on concrete tuple values. (#8106)Yong He2025-08-07
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.