Skip to content

First constant array is marked as problem #48

Closed
@Enchillada411

Description

@Enchillada411

It looks like there is an issue with constant arrays.
Only the first occurrence of an constant array is marked as problem.

Const $constVar = 2
Const $constArray[2] = [1, 2]
Const $constArray2[2] = [1, 2]

Problem:
Expected " ", "=", "\t", or [0-9a-zA-Z_] but "[" found.

[{
"resource": "/C:/Users/GlobalConstArray.au3",
"owner": "generated_diagnostic_collection_name#0",
"severity": 8,
"message": "Expected " ", "=", "\t", or [0-9a-zA-Z_] but "[" found.",
"startLineNumber": 2,
"startColumn": 18,
"endLineNumber": 2,
"endColumn": 19
}]

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

  • Status

    No status

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions