﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1887	Don't expand records as function parameters in new instantiation	Per Östlund	Per Östlund	"Currently we expand records that are function parameters, i.e.

{{{
function f
  input SomeRecord x;
end f;
}}}
becomes e.g.
{{{
function f
  input Real x.a;
  input Integer x.b;
end f;
}}}
This should obviously not be done."	defect	closed	high	Future	New Instantiation	trunk	fixed		Martin Sjölund
