IVE: instance of function type resets to default parameter on load
When a function type has context parameters
If you create an instance of that function and change the value of the context parameter
It seems to be properly saved in the XML file but when you reload the model, the value is reset back to the default value set in the function type.
If you click on CU2 after opening you'll see the context parameter has value 42 while in the XML it is 10
In the conversion to aadl via the grantlee templates I also get 42
Example file fdir_example.zip