We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
... and I believe findReferences as well.
To reproduce: Define a file demo.scala with:
demo.scala
class Demo(x: Int)
Do a rename on Demo to Demo1. You get:
Demo
Demo1
class Demo1Demo1t)
The text was updated successfully, but these errors were encountered:
7ee4855
Merge pull request #5047 from dotty-staging/fix/4995
c9cae24
Fix #4995: Exclude constructors when finding refs
No branches or pull requests
... and I believe findReferences as well.
To reproduce: Define a file
demo.scala
with:Do a rename on
Demo
toDemo1
. You get:The text was updated successfully, but these errors were encountered: