PR PowerShell/PowerShell#12412 (comment) introduced support for supplying type parameters to generic methods, e.g.:
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.
PR PowerShell/PowerShell#12412 (comment) introduced support for supplying type parameters to generic methods, e.g.:
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.