-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Suggested import clauses should not include paths that are already part of the implicit scope #8051
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
But they are not part of the implicit scope here! Or are you saying that I agree with the principle (and there's no code yet to address it), but this test does not demonstrate the failure. |
The |
minimized code
https://scastie.scala-lang.org/K9udu0oDRJCTdURWhocs4w
The suggested import clauses wouldn’t change anything because they are already part of the implicit scope (because they refer to definitions that live inside the
Ordering
companion object).expectation
Import clauses that are already part of the implicit scope should not appear.
The text was updated successfully, but these errors were encountered: