﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1644	Type-check when-equations	Martin Sjölund	Martin Sjölund	"Consider the following:
{{{model M
  parameter Real r = 1.5;
equation
  when sample(0.5,0.1) then
    r = time;
  end when;
end M;}}}"	defect	new	high	Future					Martin Sjölund
