-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Ambiguous overload detection bug #14582
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
Labels
Comments
Thanks for transferring from old repo, where I noted only
and workaround
|
Would be good to get a minimization that does not use the standard library. |
ckipp01
added a commit
to ckipp01/dotty
that referenced
this issue
May 15, 2023
[skip community_build] closes scala#14582
nicolasstucki
added a commit
that referenced
this issue
May 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
Scala ( from 3.0.0 to 3.1.2-RC1 )
Minimized code
Output
On scala 2, it prints
List((a,1), (b,2), (c,d), (e,f))
, but on scala 3, it gives a compile error:Here is the scastie of this code snippet: https://scastie.scala-lang.org/P0gdvfw8Qg2cGnOcL0bAwg
Expectation
Compiles with no error.
The text was updated successfully, but these errors were encountered: