Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 354301

Summary: using an Any with a string causes noSuchFunctionError
Product: z_Archived Reporter: Jeff Douglas <jeffdouglas>
Component: EDTAssignee: Project Inbox <edt.compiler-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: pharmon
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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