﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2312	Array dimensions on the type in a redeclare modification should not be allowed	Per Östlund	Per Östlund	"The Modelica grammar says that a redeclare such as:
{{{
SomeType st(redeclare Real[20] vec);
}}}
is not allowed, but
{{{
SomeType st(redeclare Real vec[20]);
}}}
is. We currently allow both of them, but we should change the parser to reject the first form."	defect	closed	normal	2.0.0	Parser	trunk	fixed		
