﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3017	Generate warning for unbound constants	carlj@…	somebody	"It would be nice if a warning were created for constants without binding, e.g. for x in the model below:


{{{
model Model1
  constant Real x;
  Real y(start = 1.0);
equation
  y = x*der(y);
end Model1;
}}}
"	defect	new	normal	Future	Frontend	trunk			
