Community
Participate
Working Groups
20110927 install build program getValues type BasicProgram {} myDictionary Dictionary { ID = 5, lastName = "Twain", firstName = "Mark" }; values any[]; function main() values = myDictionary.getValues(); end end Type mismatch: cannot convert from EList<Object> to EList<EAny>
I changed the return type of EDictionary.getValues() in the runtime from a list of Objects to a list of EAnys. The testcase compiles now, and the array has the correct values in it.
Verified in 20110929 build.