This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Parameter untupling does not accommodate varargs #17779
Labels
stat:needs triage
Every issue needs to have an "area" and "itype" label
Compiler version
3.1.0
Minimized code
Output
Expectation
Adapt the tuple to my repeated parameter.
Implies #14367
A snag is the spec language that "n > 1". The impedance is
def f[A](as: A*)
becauseA
can be the arbitrary tuple. But that is fine, it just says the adaptation is not needed.The text was updated successfully, but these errors were encountered: