﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3560	parentheses around function refference fails when follwed by calling parentheses, triggers error: Statement cannot be just an expression.	genius257	Jpm	"Example:

{{{
Func ABC()
	MsgBox(0, """", ""test"")
EndFunc

$test = Test
($test)()
}}}

This is a problem when using objects:

{{{
Func ABC()
	MsgBox(0, """", ""test"")
EndFunc

$Object = ObjCreate(""Scripting.Dictionary"")
$Object.Add('ABC', ABC)
($Object.Item('ABC'))()
}}}
"	Bug	closed	3.3.15.1	Au3Check	3.3.14.0	None	Fixed		
