-
Notifications
You must be signed in to change notification settings - Fork 1.1k
inline with @targetName and -Ycheck:all causes AssertionError #11731
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
@nicolasstucki Btw, this is based on the -Ycheck:all issue you mentioned earlier in Quill #11611. |
liufengyun
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 29, 2021
The symbol might have original name in scope other than its current target name (after erasure).
liufengyun
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 29, 2021
The symbol might have original name in scope other than its current target name (after erasure).
smarter
added a commit
that referenced
this issue
Mar 30, 2021
Fix #11731: Remove symbols with targetName correctly
michelou
pushed a commit
to michelou/scala3
that referenced
this issue
Mar 30, 2021
The symbol might have original name in scope other than its current target name (after erasure).
michelou
pushed a commit
to michelou/scala3
that referenced
this issue
Apr 6, 2021
The symbol might have original name in scope other than its current target name (after erasure).
michelou
pushed a commit
to michelou/scala3
that referenced
this issue
Apr 14, 2021
The symbol might have original name in scope other than its current target name (after erasure).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
3.0.0-RC2-bin-20210312-a3b98ac-NIGHTLY
Minimized code
Output
Expectation
Code should compile and run normally.
Repo
Can be found here:
https://github.com/deusaquilus/ycheckall_issue
The text was updated successfully, but these errors were encountered: