﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4602	Complex type not found anymore	massimo ceraolo	somebody	"Consider the following model:


{{{
model TestSimpleComplex
  parameter Complex z=Complex(1,2);
end TestSimpleComplex;

}}}

The Complex type used to be found without issues with OM. But build v1.13.0-dev-89 says:


{{{
[1] 16:14:45 Translation Error
[TestSimpleComplex: 2:3-2:35]: Class Complex not found in scope TestSimpleComplex.

[2] 16:14:45 Translation Error
Error occurred while flattening model TestSimpleComplex


}}}


"	defect	new	critical	1.13.0	*unknown*				
