﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2365	Record cannot be set by constructor due to incompatible vector sizes	c.schulze@…	somebody	"{{{#!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	new	blocker	1.9.0	Frontend	1.9.0Beta			
