-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error on type computation #9228
Comments
This was caused by |
The comment of #8824 says:
I tried to fix it by adding the missing lower constraint for the dependent Reverting #8824 is not an option either since this one fixed several type inference problems |
My understating is that, in such case, the work around is to comment the "using" and use explicit parameter, right ? |
I suspect this was fixed with the recent changes to wildcard instantiation #10924. |
Moving from Dotty 0.24-RC1 to Dotty 0.25-RC2, if found an issue.
Minimized code
Output
Expectation
A do not have such an error in dotty 0.24
The text was updated successfully, but these errors were encountered: