﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1061	Check of redeclaration of different type is not made (from MathCore)	krsta	krsta	"In C2 a change to the type Integer is made, which is illegal (must be a subtype of Real). However, C2 builds and returns the value r=3.

{{{
class C1
protected 
  replaceable parameter Real r=3.14;
end C1;

model C2
  replaceable parameter C1 x1(redeclare replaceable Integer r=3 );
end C2;
}}}"	defect	assigned	high	Future					krsta
