﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2365	Record constructor does not set dependent parameters	c.schulze@…	Per Östlund	"{{{#!mo
model emptyVector1
  record R
    parameter Integer i = 2;
    parameter Real x[i]=zeros(i);
  end R;
  R r = R(i = 0);
end emptyVector1;
}}}
The call to the record constructor should enable the definition of r. But here the size of `r.x is [2]` and in the constructor `[0]`. -> incompatible sizes... (OMC r15030)"	defect	closed	high	2.0.0	New Instantiation	1.9.0Beta	fixed		
