Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Jamie Purchase / ()
Created: 08/28/2018
Components: Core Runtime, Parser/Compiler
Versions: 2016,10.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: ACF 10 / CF2018hf7
Priority/Frequency: Normal / All users will encounter
Locale/System: ALL / Linux Ubuntu 14.04
Vote Count: 4
Problem: Any expression(s) should be able to be wrapped in parenthesis (to either aid in order of operands or not) however simply trying to compile "return ([]);" or "return ({});" throws a syntax error.
Steps to Reproduce: https://trycf.com/gist/443e61f19bdaa10a17265ccf30506a87/acf?theme=monokai
Actual Result: Invalid CFML construct found on line 9 at column 17. on line 9
Expected Result: Successful compilation.
Attachments:
Comments: