Community
Participate
Working Groups
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
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).
closing this defect, which was fixed several months ago