﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2740	Inherited elements at incorrect places	Martin Sjölund	Per Östlund	"The following function has `x` and `y` inserted before `extraReal1` and `extraReal2`.

{{{#!mo
partial function partFn
  input Real x;
  output Real y;
end partFn;

function fullFn
  input Real extraReal1;
  input Real extraReal2;
  extends partFn;
algorithm
  y := x * ((extraReal1 + extraReal2) / 2.0);
end fullFn;

model M
  Real y = fullFn(1.5,7.5,2.0*time);
end M;
}}}"	defect	closed	high	1.16.0	New Instantiation	trunk	fixed		
