﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1519	Add check for self-referencing matrix dimensions	Martin Sjölund	Martin Sjölund	"Dymola gives an error for this, and works fine if the matrix is square. OpenModelica does not complain enough (this makes me uneasy, and should make this bug top priority).
{{{
model M
  Real A[:,size(A,1)] = {{1,2}};
end M;
}}}"	defect	closed	high	1.16.0	New Instantiation		fixed		Martin Sjölund Per Östlund
