Dezyne 2.15.3 does not fill out param with "<-" argument operator
When using the following construct: `on api.Test(arg <- temp):` (2.15.3) _(was `blocking on api.Test(arg <- temp):` in Dezyne 2.14)_. In the generated code, when the call event will return to the caller, `temp` is not copied to the `arg` out parameter. Ok: ![image](/uploads/5ff8ddf4e605586f3ac8f31c426e369b/image.png) NOT Ok: ![image](/uploads/5586c76ecf2593619ce587ae52f1a332/image.png) See also the attached zip with an undressed example and the generated code (2.14.0 + 2.15.3) [missing-out-param-copying.zip](/uploads/8fd8d73f1104aaed9a3629013fafbe1b/missing-out-param-copying.zip)
issue