Community
Participate
Working Groups
program MyProgram myInt int; function main() myInt = myReturnTest(); end function myReturnTest() returns(int) myInt int; return; end end Causes error in generated Java: This method must return a result of type int Same program in RBD generates OK. It should use the default value of the type in returns(int).
fixed
Verified in 20111117 build.