﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1736	Undeclared components in if equation's false branch are not checked	Peter Aronsson	Martin Sjölund	"The following model doesn't produce any error message when checking (v1.8.0).

{{{
model test
  parameter Boolean bool=false;
  Real x;
equation 
  if bool then
    der(x)=B;
  else
    der(x)=4;
  end if;
end test;
}}}
It should report an error that B is undeclared!"	defect	accepted	high		Instantiation				Peter Aronsson
