Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 354301 - using an Any with a string causes noSuchFunctionError
Summary: using an Any with a string causes noSuchFunctionError
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-09 16:40 EDT by Jeff Douglas CLA
Modified: 2017-02-23 14:18 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Douglas CLA 2011-08-09 16:40:30 EDT
if you try to compile this, it produces the error:

package acme.xxxx;

program anyTester
	function main()
		myAny any;
		myString string;
		myString = "jeff" + myAny;
	end
end
Comment 1 Paul Harmon CLA 2011-08-09 17:06:41 EDT
I have put a fix in IRUtils for this. The code was not accounting for this case, where a explicit operation is defined (to take a String on the left and an ANY on the right).
Comment 2 Lisa Lasher CLA 2011-11-02 10:37:53 EDT
closing this defect, which was fixed several months ago