-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Problem with dependent implicit conversion #16208
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
Milestone
Comments
I marked this as low-priority since it affects old style conversions only. New style conversions cannot be dependent, period. |
@smarter suggested that it's probably the fact that the argument is not a singleton that makes a difference, since in that case we have to skolemize. |
(Note that it does compile in Scala 2.13.10.) |
EugeneFlesselle
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 13, 2024
Closes scala#19749 Closes scala#18558 Closes scala#16208
Merged
hamzaremmal
added a commit
that referenced
this issue
Apr 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
3.2.2
Minimized example
Output
Expectation
Should compile. The problem needs the following elements:
StringLike
which containsstripMargin
.The text was updated successfully, but these errors were encountered: