Community
Participate
Working Groups
Given the following EGL source: data Any?; function setData(value any in) if(value == null) data = null; else data = value; end end function main() var1 int? = null; setData(var1); setData(null); setData(123); end A validation error should be issued for setData(null).
fixed...see bug 368735 for details
Verified in Version: 0.8.0.v201203300902-1DV-FjuJ6QMOF4nynxT88h8Ge