﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5172	[Replaceable] Binding equation in element redeclaration doesn't work	igor.timofeyev@…	Per Östlund	"Binding in Base2 should work according to specification, but it doesn't (as a result y2 = 10 in Base2)
{{{
package abc

class Base1
  replaceable Real y2 = 10;
end Base1;

class Base2
  extends Base1;
  redeclare Integer y2= 5;
end Base2;

end abc;
}}}

"	defect	closed	normal	1.19.0	New Instantiation		fixed	Binding redeclaration replaceable	Peter Fritzson
