﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2832	Annotation in external objects is lost when instantiating	carlj@…	Martin Sjölund	"When instantiating an external object, the annotation in the class is lost. It seems to me like it would be present in the DAE.ElementSource in the DAE.EXTOBJECTCLASS, but InstFunction.instantiateExternalObject fills in very little information in the source for a DAE.EXTOBJECTCLASS.

To be clear, it is the annotation commented as X below that is missing.
{{{#!mo
    class Model
      extends ExternalObject;

      function constructor
       ....
      end constructor;

      function destructor
       ...
      end destructor;
     
      annotation(...); // X
    end Model;
}}}
"	defect	closed	high	1.9.1	Frontend	trunk	fixed		
