﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5389	Creation of Complex array fails	dariomangoni@…	Karim Adbdelhak	"Creating an array of Complex fails.
I think I'm not doing anything wrong (Dymola compiles!)

{{{
model complexArray
  Complex compl_arr_not_working[1];
  Complex compl_working;
  Complex compl_arr_working[1] = {Complex(1.0)}; // this DOES work
algorithm
  compl_arr_not_working := {Complex(1.0)}; // this does NOT work
  compl_working := Complex(1.0); // this DOES work
end complexArray;
}}}
"	defect	assigned	high		Code Generation	v1.14.0-dev-nightly		complex	
