-
Notifications
You must be signed in to change notification settings - Fork 1.1k
No way to tell if TermParamClause
is marked as using
#12021
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
In theory, we should have returned |
We should have |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 8, 2021
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 9, 2021
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 9, 2021
michelou
pushed a commit
to michelou/scala3
that referenced
this issue
Apr 9, 2021
michelou
pushed a commit
to michelou/scala3
that referenced
this issue
Apr 14, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler version
Both:
Minimized code
Output
Expectation
Currently there's no way to tell whether an parameter clause is marked with
using
or not.I expect one of the following. Either:
TermParamClause
should returntrue
forisImplicit
in theX2
caseTermParamClause
should have aisGiven
methodThe text was updated successfully, but these errors were encountered: