Status/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Adam Cameron / Adam Cameron (Adam Cameron)
Created: 12/02/2015
Components: Language
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Some users will encounter
Locale/System: ALL / Platforms All
Vote Count: 4
Built-in functions were "promoted" to be First Class Functions in https://bugbase.adobe.com/index.cfm?event=bug&id=3434441. However this was only the headless functions, it seems. Once cannot seem to reference a member function, eg:
This works:
writeDump(left);
This does not:
s = "";
ref = s.left;
writeDump(ref);
It should.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4094571
External Customer Info:
External Company:
External Customer Name: Adam Cameron
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: