Skip to content

Unable to recognize jagged array declaration #325

@metallserge

Description

@metallserge

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

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions