﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2995	Boolean array equation expands in a bad way	Martin Sjölund	Per Östlund	"This boolean array equation expands in a bad way:
{{{#!mo
class booltest
  Boolean arr2[Boolean];
equation
  arr2 = {true, true};
equation
  assert(arr2[false] == false, ""arr2[false] was not set correctly."");
end booltest;
}}}

Becomes:
{{{#!mo
false = true;
true = true;
}}}
(Only becomes the array dimensions; but these should be the subscripts of the variable)"	defect	closed	high	1.9.4	Frontend	trunk	fixed		
