Community
Participate
Working Groups
program prog function main() func(10); end function func(i int) func2(i); end function func2(i int) end end Failing code: i.ezeCopy(eze$Temp3); Error: The method ezeCopy(Integer) in the type AnyBoxedObject<Integer> is not applicable for the arguments (AnyBoxedObject<Integer>)
fixed
Verified