﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5667	Arrays of records insufficiently type checked	Per Östlund	Per Östlund	"The following model fails without a proper error message:
{{{#!mo
record R
  Real x[:];
end R;

model M
  parameter R r[:] = {R({1, 2, 3}), R({1, 2})};
end M;
}}}
Currently only the type of the record class itself is considered when type checking, but in cases such as this the type of the record instances should be used instead."	defect	new	high	2.1.0	New Instantiation	v1.14.0-dev-nightly			
