﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4513	expandable connector connects array-Variables	Volker Waurich	somebody	"Hi,

I would like to report, that having a connect statement for an expandable connector including an array-variable as connector variable causes an error during instantiation.
{{{
expandable connector Bus
end Bus;
}}}
{{{
model testBus
  Bus bus;
  Real x;
equation
  connect(x, bus.x[1]);
  x = 1;
end testBus;
}}}


"	defect	new	normal	Future	Frontend				Adrian Pop Per Östlund
