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

TagMacro: resolve parameters inside type bounds & wildcards #772

Closed
neko-kai opened this issue Dec 5, 2019 · 1 comment
Closed

TagMacro: resolve parameters inside type bounds & wildcards #772

neko-kai opened this issue Dec 5, 2019 · 1 comment

Comments

@neko-kai
Copy link
Member

neko-kai commented Dec 5, 2019

Replace parameters in type bounds _ >: G <: T, i.e. the following should work:

def getTag[T: Tag] = Tag[Set[_ <: T]]

Tag[Int]
// Tag[_ <: Int]
@neko-kai neko-kai added this to the 0.10 milestone Dec 5, 2019
@neko-kai neko-kai changed the title TagMacro: resolve parameters in type bounds & wildcards TagMacro: resolve parameters inside type bounds & wildcards Dec 17, 2019
@neko-kai
Copy link
Member Author

Moved to zio/izumi-reflect#31

@pshirshov pshirshov modified the milestones: 0.12, 0.11 Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants