﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5688	Use of removed conditional component not reported	Mahder Alemseged Gebremedhin	Per Östlund	"{{{
class A
  parameter Boolean a = false;
  parameter Real b if a;
  Real v;
equation
  v = time * b;
end A;
}}}

Does not report an error for use of {{{b}}} in the equation.

This causes problems on the generated code. 

E.g.
https://libraries.openmodelica.org/branches/newInst/ThermoPower/files/ThermoPower_ThermoPower.PowerPlants.SteamTurbineGroup.Tests.TestTurbineHPefficiency.err "	defect	new	normal	Future	New Instantiation				
