Closed
Description
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
Projects
Status
No status