Community
Participate
Working Groups
Given the following EGL Source: data Any?; function getData()returns(any) data = null; return (data); end function main() SysLib.writestdout(getData()); end A NVE is not thrown at runtime. NOTE: An NVE is thrown if you change the type of 'data' to a 'String?' and change the return type of 'getData' to 'String' from 'any'.
fixed
Verified in Version: 0.8.0.v201202220747-1Co-FjuJ6QMNSKMxH4KG8_O_