﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3163	Cycling binding that is not cyclic detected	Martin Sjölund	Per Östlund	"If M.id is renamed to M.idx, the following code works. Seems we do not find out if an identifier comes from within the function scope or not.

{{{#!mo
model M

function f
  input Integer id;
  output Integer o = id;
end f;

function g = f(final id=id);

Integer id;
Integer y = f(id);
Integer z = g();

end M;

}}}"	defect	new	high	Future	Frontend	trunk			
