﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3833	Redeclaring package Medium = Medium in extends does not work	Adrian Pop	Adrian Pop	"Reported here:
http://stackoverflow.com/questions/36228614/why-does-redeclare-package-medium-medium-not-work-when-extending-from-dynamicp/36229835?noredirect=1

The model:
{{{#!mo
within MyClass;

model Mypipe
  extends Modelica.Fluid.Pipes.DynamicPipe(redeclare package Medium = Medium);
  replaceable package Medium=Modelica.Media.Water.StandardWater;
equation
  annotation(Icon(coordinateSystem(grid = {2, 8})));
end Mypipe;
}}}
goes into an infinite loop during instantiation."	defect	closed	high	1.16.0	New Instantiation		fixed		
