﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2662	Handle self-referencing function calls	Martin Sjölund	somebody	"The following goes into a stack overflow.

{{{#!mo
package Base

partial function parent
  input Real a;
algorithm
  g(a);
end parent;

end Base;

function g
  extends Base.parent;
end g;

model M
  Real r = g(time,recurse=true);
end M;
}}}"	defect	closed	high	1.9.1	Frontend	trunk	fixed		Per Östlund
