﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1470	Backend: Fails to traverse array-assignments	Martin Sjölund	Martin Sjölund	"{{{
class A
  constant Real r[2,2] = {{1,2},{3,4}};
  Real r2[2,2];
algorithm
  r2 := {{1,2},{3,4}};
end A;
}}}
=>

{{{
Warning, not allowed to set the componentRef to a expression in DAEUtil.traverseDAEEquationsStmts
Error: Internal error DAEUtil.traverseDAEEquationsStmts not implemented correctly:   r2 := {{1.0,2.0},{3.0,4.0}};
}}}"	defect	closed	high				fixed		Martin Sjölund Jens Frenkel Martin Sjölund Willi Braun
