﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3368	Wrong cycle detected	Martin Sjölund	somebody	"The following model does not have a cyclic dependency id=id. But OpenModelica says it does:

{{{#!mo
function f
  input String id;
  output Real r = 1.0;
end f;

model M
  String id = ""abc"";
  function f = .f(id=id);
  Real r = f();
end M;
}}}"	defect	closed	high	1.19.0	New Instantiation	trunk	fixed		Per Östlund
