Community
Participate
Working Groups
Build Identifier: M20100909-0800 Epsilon performs some type checking already: for instance, trying to assign a Sequence to a Set variable results in an error. Additionally, trying to call a function with the wrong parameter types will usually report an error saying that the function does not exist. However, there is an inconsistency: return values from operations which declare their return type are not checked. Reproducible: Always Steps to Reproduce: 1. Run the attached EOL script. 2. Notice that it does not report any errors, even though it should.
Created attachment 189921 [details] Sample EOL script
*** This bug has been marked as a duplicate of bug 321001 ***