-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
I'm using version 2.7.0
It looks like plugin is unable to recognize jagged array declaration:
[int[][]]$Test=@([int[]]::New(3),[int[]]::New(4))
Write-Host $Test[0]
Script is successfully executed, but in IDE it is highlighting first bracket in [int[][]], and in Problems tabs it is showing:
'[' unexpected
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed