-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bug with -Ykind-projector
and *
term
#13141
Labels
Milestone
Comments
@neko-kai would you like to do this? |
@bishabosha I'll try to have a look this evening, but if I don't push a fix today, feel free to reassign because I won't have the time to look into this later. |
neko-kai
added a commit
to 7mind/dotty
that referenced
this issue
Aug 2, 2021
…r (was already a valid identifier) Add test case; add a new test case for backticks handling (not related to the bug above)
@bishabosha Done in #13237 👍 |
bishabosha
added a commit
that referenced
this issue
Aug 2, 2021
…r-star-failure Fix #13141 remove spurious coercion of `*` to a _type_ identifier (was already a valid identifier)
tanishiking
pushed a commit
to tanishiking/scala3
that referenced
this issue
Aug 10, 2021
…r (was already a valid identifier) Add test case; add a new test case for backticks handling (not related to the bug above)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
Minimized code
Output
Expectation
Should compile. It does in Scala 3 without the
-Ykind-projector
flag.The text was updated successfully, but these errors were encountered: