﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4190	When equations with array components as condition now fail	Adrian Pop	Martin Sjölund	"
After commit: [changeset:de28a2253f035562f9ea3abaf51e450951da9869/OMCompiler] things like:
{{{#!mo
 Real x[10];
equation
 when x then
 end when;
}}}
generate an error. Array component references should be supported.
Because of this 5 models from ScalableTestSuite are failing:
https://test.openmodelica.org/libraries/ScalableTestSuite_Experimental/BuildModelRecursive.html
https://test.openmodelica.org/libraries/ScalableTestSuite_Experimental/files/ScalableTestSuite.Elementary.WhenEvents.Verification.ManyEventsManyConditions.err

I guess we don't have any test in the testsuite that checks for this and we should add one.
"	defect	closed	high	1.12.0	Frontend		fixed		
