﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1629	Support default arguments for inherited components	Martin Sjölund	Martin Sjölund	"{{{
loadString(""
function g
  input Real r := 1.5;
  output Real o := r;
protected
  Real y; // Should not be possible to change
end g;
function f
  extends g;
end f;
"");
f(r=2.5);
f();
f(x=5.0);
f(y=9.0);
f(4.5);
f(4.5,""abc"");
}}}"	defect	closed	high				fixed		Martin Sjölund Martin Sjölund
