﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1875	Error printed although record instantiation succeeds	Martin Sjölund	Martin Sjölund	"The following works, but produces an error-messages:
{{{
record SC
  constant Real x = 15;
  constant Real y = 15 / x;
end SC;

model M
  SC sc = SC();
end M;
}}}"	defect	closed	high	1.9.0	Frontend		fixed		
