﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2361	Bad handling of connectors derived from records	Adrian Pop	Per Östlund	"See for example the flattened code and the generated code of
{{{Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar}}}
You have ComplexOutput and ComplexInput in a cast but they are not present as record constructors. 

Currently we instantiate connector derived from records as records and that's not very good. 
If we instantiate them as connectors then they get type:
T_COMPLEX(ClassInf.CONNECTOR(path))
and that's not handled anywhere in the back-end or so.
Somehow we should tell the compiler that this one is both
a record and a connector.
"	defect	closed	high	2.0.0	Frontend	trunk	fixed		
