-
Notifications
You must be signed in to change notification settings - Fork 333
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
fix: show zero extent references when using pc #6583
Conversation
e183a61
to
5357b6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from the two comments LGTM
) | ||
) | ||
|
||
// for Scala 3 the symbol in bar reference is missing (<none>) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we reprort an issue upstrem?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't compile for Scala 3. I think I confused myself by a combination of VirtusLab/scala-cli#2638 and VirtusLab/scala-cli#2226 (or something similar) 😂
|
||
check( | ||
"case-class", | ||
"""|case class Ma@@in(i: Int) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why add these two tests with no usages? Is this on puspose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initially I added all zero-extent symbols, not only implicits, so it showed some additional refs in those tests, that shouldn't be there.
No description provided.