﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2374	Backend cannot handle asub of casted records	Adrian Pop	Willi Braun	"Run instantiateModel on 
Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.

You get for example:
{{{
  /*Complex[3]*/(transformer.core.v1)[1] = Modelica.SIunits.ComplexVoltage.'*'.multiply(/*Complex*/(transformer.core.v2[1]), Modelica.SIunits.ComplexVoltage.'constructor'.fromReal(transformer.core.n12, 0));
}}}

Hm, if I think more about it, it seems to be an issue with simplification of {{{ASUB(CAST(T_ARRAY, record_array), 1)}}} which should be
translated to: {{{CAST(T_COMPLEX(), ASUB(record_array, 1))}}}."	defect	closed	high	1.9.0	Backend	trunk	fixed		Lennart Ochel Willi Braun
