﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3518	vector with fill fail	Vitalij Ruge	Martin Sjölund	"checkModel for
{{{#!modelica
model fillTest
 Boolean b = false;
 constant Integer n = 2;
 Boolean[:] vecB = vector([fill(true, n-1);b]);
end fillTest;
}}}
return 
{{{#!python
[fillTest: 5:2-5:47]: Got type mismatch error, but matching types Boolean[1, 1].
This is a ***COMPILER BUG***, please report it to https://trac.openmodelica.org/OpenModelica.
}}}
"	defect	closed	normal	1.9.4	Frontend		fixed		
