﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3669	"Error message ""Struct"""	mLipok		"Try to run this code:

{{{
Opt(""MustDeclareVars"", 1)

_Example()
Func _Example()
	Local Static Const $testX01 = 0
EndFunc
}}}

DO NOT USE Au3Check just AutoIt.


You will see:
{{{
Line 5  (File ""Z:\......\test2.au3""):

Local Static Const $testX01 = 0
Local Static ^ ERROR

Error: No variable given for ""Dim"", ""Local"", ""Global"", ""Struct"" or ""Const"" statement.
}}}

Message should end with this:
Error: No variable given for ""Dim"", ""Local"", ""Global"", ""'''Static'''"" or ""Const"" '''keyword'''.
"	Bug	new		AutoIt	3.3.15.0	None			
