﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6213	Lookup in wrong scope when redeclaring function field in a function	Martin Sjölund	Per Östlund	"Modelica_LinearSystems2.Controller.Examples.DiscretizationSeries has some code with the same error as:

{{{
record R
  Real x[:];
end R;
function f
  input Integer n;
  output R r(redeclare Real x[n]);
end f;
model M
  Real x[:] = f(3);
end M;
}}}"	defect	accepted	high		New Instantiation	v1.17.0-dev			
