﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2007	Typeinformation is wrong for components of an array	Christian Schubert	Adrian Pop	"Hi,

the type information for t[i].x of the following model is wrong
{{{
model TestVarType
  T t[4];
end TestVarType;
}}}
with
{{{
model T
  Real x;
equation 
  x = 2;
end T;
}}}
+d=dumpdaelow gives
{{{
1:  t[4].x:VARIABLE() .TestVarType, .TestVarType.T, .Real type: Real [4]
}}}
but t[4].x should be a simple Real instead of Real[4].
"	defect	new	low	Future	Frontend	trunk		variable type wrong	
