﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2896	Looping over list array element doesn't work correctly	Per Östlund	Martin Sjölund	"Calling this function:
{{{#!mo
function test
protected
  array<list<Integer>> a;
algorithm 
  a := arrayCreate(1, {1, 2, 3});
  for i in a[1] loop
    print(""i = "" + intString(i) + ""\n"");
  end for;
end test;
}}}
gives the output:
{{{
i = 1
i = 70330909930353
}}}
which is not quite the expected result."	defect	closed	high	1.9.1	MetaModelica	trunk	fixed		
