﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1916	Print an error for nonexisting redeclared modifier elements in extends.	Per Östlund	Per Östlund	"We should print an error if a redeclared modifier element can't be found in an extended class, such as this:
{{{
model M
end M;

model NonexistentRedeclareModifier2
  extends M(redeclare Real x);
end NonexistentRedeclareModifier2;
}}}
But the dependency analysis thinks that the redeclare modifier is unused, so it just removes it."	defect	closed	low	1.13.0	New Instantiation	trunk	fixed		
