Skip to content
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

scala.quoted.Type.show doesn't work with higher-kinded types #10863

Closed
IndiscriminateCoding opened this issue Dec 19, 2020 · 1 comment · Fixed by #10988
Closed

scala.quoted.Type.show doesn't work with higher-kinded types #10863

IndiscriminateCoding opened this issue Dec 19, 2020 · 1 comment · Fixed by #10988
Assignees
Milestone

Comments

@IndiscriminateCoding
Copy link

Minimized code

Type.show[List]

Output

Missing type parameter for List

Expectation

It is possible to use Type.show for higher-kinded types

@nicolasstucki
Copy link
Contributor

Indeed, show should be Any-kinded

nicolasstucki added a commit to dotty-staging/dotty that referenced this issue Jan 4, 2021
@nicolasstucki nicolasstucki linked a pull request Jan 4, 2021 that will close this issue
liufengyun added a commit that referenced this issue Jan 4, 2021
@Kordyjan Kordyjan added this to the 3.0.0 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants