-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Using this issue to track bugs in the internal AstEnumerable class in the 0.5.0 preview build.
-
forstatements without an initializer throw NRE (e.g.for (; $i -lt $l; $i++) { }) -
Any PowerShell class with a constructor will throw NRE (likely because
ReturnTypeisnull)
Reactions are currently unavailable