﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3380	Save bug with replaceable	Arno_Epsilon <acolleoni@…>	Adeel Asghar	"I created a model with a replaceable function inside.
When i try to save this model (included in a package with multiple files saving option), the .mo created delete the line ""replaceable function ..."" in the model.

Here is an example, to be placed in a package with multiple file saving option:
{{{#!mo
package Test
  function Functiona
    output Real y;
  algorithm
    y := 1;
  end Functiona;

  model Testa
    replaceable function func = Functiona;
    Real y;
  equation
    y = Functiona();
  end Testa;
end Test;
}}}"	defect	closed	blocker	1.9.3	OMEdit	trunk	fixed	Replaceable, Package	
