﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4383	Array constructor { } fails	jens.schoenbohm@…	Martin Sjölund	"Array construction with { } and constants fail. If I use { } and expressions everything is ok. See example

{{{
function main
  protected
	Real m[:];
	Real b[:];
  algorithm
	m := {1.0,2.0,3.0,4.0};  // Error: Type mismatch in assignment in m := List(#(1.0), #(2.0), #(3.0), #(4.0)) of Real[:] := list<#Real>
	b := {r for in 1.0:4.0}; // OK
  end main;
}}}"	defect	closed	normal		MetaModelica		invalid	array constructor	
