Chaining type pack breaks type inference and fails to compile #78725
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
Description
When a type with a parameter pack returns a new type with a parameter pack, the type checking appears to fail to resolve the type when chained into another call.
Reproduction
Expected behavior
I expect the line to compile since it's just combining the statements before it into a single expression
Environment
swift-driver version: 1.115.1 Apple Swift version 6.0.3 (swiftlang-6.0.3.1.10 clang-1600.0.30.1)
Target: arm64-apple-macosx15.0
Additional information
No response
The text was updated successfully, but these errors were encountered: