Community
Participate
Working Groups
package a; Record myR f1 String; end // basic program // program Simple type BasicProgram {} function main() sysLib.writeStdOUt("abc"); r myR; r.f1 = "this is field1 for record myR"; function2(r); end function function2(r myR in) sysLib.writeStdout("in parameter record: " + r.f1); end end try this program, the generated code isn't copying the the value to the temporary variable. This is blocking defect, because the test framework is depending on it
fixed
This high severity defect was fixed several weeks ago, so I am closing.