We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As type aliases can be resolved eagerly in Scala 3 #2200, it will no longer work for binding different objects to the same type. As a workaround, intersection type can be used as an alternative https://docs.scala-lang.org/scala3/reference/new-types/intersection-types.html
The text was updated successfully, but these errors were encountered:
surface (feature): Support Scala 3 intersection types
83dc524
Closes #3314
surface (feature): Support Scala 3 intersection types (#3316)
3db6cc5
Successfully merging a pull request may close this issue.
As type aliases can be resolved eagerly in Scala 3 #2200, it will no longer work for binding different objects to the same type.
As a workaround, intersection type can be used as an alternative https://docs.scala-lang.org/scala3/reference/new-types/intersection-types.html
The text was updated successfully, but these errors were encountered: