Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Tom King / ()
Created: 05/14/2018
Components: Language, Null Support
Versions: 2018
Failure Type: Others
Found In Build/Fixed In Build: Beta / 2018,0,0,309454
Priority/Frequency: Normal /
Locale/System: / Windows 10
Vote Count: 0
Problem Description:
Null cannot be used as a component name
Steps to Reproduce:
<cfscript>
foo = new Null()//coldfusion.runtime.UndefinedVariableException
writeDump(foo)
</cfscript>
Actual Result:
Variable undefined exception
Expected Result:
Component
Any Workarounds:
Attachments:
Comments: