﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1934	Au3check false error	Jos	Valik	"Following code triggers an Error in au3check (v1.54.20.0) on the #forceref due to the IF above it. This works fine in the v1.54.19.0

#AutoIt3Wrapper_Au3Check_Parameters=-q -d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6
Func test()
	local $a = 1
	If $a then exit
	#forceref $a
EndFunc

ERROR: missing separator character after keyword.
	#forceref $a
	~~~~~~~~~~^

"	Bug	closed	3.3.7.16	Au3Check	3.3.7.2	None	Fixed		
