﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2379	Expandable connectors with expandable connector components fails with connect	Peter Aronsson	Adrian Pop	"This example illustrates the problem:


{{{
package ExpandableTest
expandable connector A
  B b;
end A;
expandable connector B
end B;

model Test
   A a1,a2;
equation
  connect(a1.b.new,a2.b.new);
end Test;
end ExpandableTest;
}}}
This is critical for the VehicleInterfaces commercial library."	defect	closed	critical	Future	Frontend	trunk	invalid		
