﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3023	Missing check for dependency for lhs (tuple) and (rhs) function call with multiple output	Vitalij Ruge	Vitalij Ruge	"The following model
{{{#!mo
model foo
function f
  input Real x;
  output Real z = 2*x;
  output Real y = 3*x;
end f;
Real z;
equation
  z = f(2*z+time);
end foo;
}}}
create wrong solution for {{{ z}}}.

"	defect	closed	high	1.9.2	Backend	trunk	fixed		
