﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1579	simplify cast of fill	Martin Sjölund	Martin Sjölund	"{{{
loadString(""
model M

function f
  input Integer i;
  output Real r = max(1.0*fill(i,1:i));
end f;

  Real r = f(integer(time));
end M;
"");
getErrorString();
instantiateModel(M);
getErrorString();
}}}"	defect	closed	high				fixed		Martin Sjölund
