-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Overload perturbs extension with varargs #12133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It works for me on master. |
Puzzling. I just tried with 3.0.1-RC1-bin-20210417-c57aa0a-NIGHTLY and it does not work. |
I missed a line when I copied. I can reproduce it now. |
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 18, 2021
Instead of a state based hidden side channel between adapt and realApply, use only a hint, and check again. Fies scala#12133
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 18, 2021
Instead of a state based hidden side channel between adapt and realApply, use only a hint, and check again. Fies scala#12133
liufengyun
pushed a commit
that referenced
this issue
Apr 19, 2021
Instead of a state based hidden side channel between adapt and realApply, use only a hint, and check again. Fies #12133
michelou
pushed a commit
to michelou/scala3
that referenced
this issue
Apr 19, 2021
Instead of a state based hidden side channel between adapt and realApply, use only a hint, and check again. Fies scala#12133
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
3.0.0-RC2
Minimized code and output
Expectation : should work as when there's no overload:
Note that when there's just one parameter it also works
The text was updated successfully, but these errors were encountered: