﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2602	Handle function default arguments better	Martin Sjölund	Per Östlund	"We need to handle function default arguments better. Either by saying we elaborate into `f(x,$defaultValue)` and creating special C-code that handles this... Or by adding the correct expression in the `DAE.Exp`.

{{{#!mo
function f
  input Real x;
  input Real y := x;
  output Real s := x+y;
end f;

model M
  Real x = f(y);
  Real y,z;
end M;
}}}"	defect	closed	high	1.9.1	Frontend	trunk	fixed		
