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

Generic method type parameter support #212

Open
andyleejordan opened this issue Jan 27, 2022 · 0 comments
Open

Generic method type parameter support #212

andyleejordan opened this issue Jan 27, 2022 · 0 comments

Comments

@andyleejordan
Copy link
Member

PR PowerShell/PowerShell#12412 (comment) introduced support for supplying type parameters to generic methods, e.g.:

[Array]::Empty[int]()

While it kind of looks like it's already working ([int] is being highlighted the same way as [Array]) we should check for any edge cases and probably add some tests.

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

1 participant