﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2791	Array constructor with several iterators	Henrik Tidefelt	somebody	"These examples from version 3.3 of the Modelica specification, section 10.4.1.2 ''Array constructor with several iterators'', do not work (they don't even parse):
{{{
Real hilb[:,:]= {(1/(i+j-1) for i in 1:n, j in 1:n};
Real hilb2[:,:]={{(1/(i+j-1) for j in 1:n} for i in 1:n};
}}}
"	defect	new	high	Future	Frontend	trunk			
