Status/Resolution/Reason: To Fix//Investigate
Reporter/Name(from Bugbase): Bradley Wood / Bradley Wood (Bradley Wood)
Created: 10/29/2014
Components: Language
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Platforms All
Vote Count: 13
The following two code examples run as expected on Railo, but produce errors on 11.2
{code:java}
<cfscript>
 writeDump( { foo:'bar' }.append( { bum:'baz' } ) );
 writeDump( [ 'a', 'b' ].append( [ 'c', 'd' ], true ) );
</cfscript>
{code}
Member functions should work after object literals.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	3844972
External Customer Info:
External Company:  
External Customer Name: bradwood.com
External Customer Email:  
External Test Config: My Hardware and Environment details:
  Attachments:
Comments: