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

typeof with generic type definition #471

Closed
TwentyFourMinutes opened this issue Oct 27, 2021 · 2 comments
Closed

typeof with generic type definition #471

TwentyFourMinutes opened this issue Oct 27, 2021 · 2 comments

Comments

@TwentyFourMinutes
Copy link

I am not quite sure if this is actually expected behavior, but this seems to be wrong.

// currently:
typeof(Dictionary<, >)

// expected:
typeof(Dictionary<,>)
@belav
Copy link
Owner

belav commented Oct 27, 2021

I actually just ran into this a couple of days ago and fixed it in #463 . It'll be out in the next release

@TwentyFourMinutes
Copy link
Author

Somehow couldn't find that one, thanks for letting me know :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants