-
Notifications
You must be signed in to change notification settings - Fork 21
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
Bad symbol position if def is infix and rangepos is false #12074
Comments
The position is correct under |
Per previous comment. |
That is no excuse. |
The Position API is lax about what is the result of operations on positions. |
The OP was fixed in 2.13.13 probably by scala/scala#10522 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reproduction steps
using Scala 2.13.3,
problem
Normally it points to the unused identifier.
The text was updated successfully, but these errors were encountered: