﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3360	Model flattening fails with enumeration type arrays	palm86@…	Per Östlund	"The following model demonstrates the issue, but it is probably not limited to connectors:

{{{
model MFU
  type E = enumeration(a, b);
  type X = Real;
  connector C
    X x[E]; // Does not work
    //X x[2]; // Does work
  end C;
  model B
    C c;
  end B;
  B b;
end MFU;
}}}"	defect	closed	high	1.9.4	Frontend	trunk	fixed		
