﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2790	Fail or produce a warning when arrays are set to larger than their size	carlj@…	Per Östlund	"The following model produces no error message at any point through the frontend:

{{{
model HelloWorld
  Real y[2,2](start={{1,2,3},{4,5,6}});
equation 
  der(y)=-y;
end HelloWorld;
}}}

it would be nice if the frontend at least produced a warning telling the user what it has done to make it valid."	defect	closed	normal		Frontend	trunk	fixed		
