Skip to content

Generic method type parameter support #212

Description

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions