PSLambda icon indicating copy to clipboard operation
PSLambda copied to clipboard

Generic keyword with no generic type arguments throws NRE

Open SeeminglyScience opened this issue 7 years ago • 0 comments

Example:

generic([Linq.Enumerable]::ToArray($items))

It should throw a parse exception with description and error extent.

SeeminglyScience avatar Apr 25 '18 16:04 SeeminglyScience