﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1076	Modification of an unknown variable does not give an error (from MathCore)	krsta	krsta	"When modifying a varible there is no check if that variable exists. The model simulates and produces results but give no errors. In the below example the variable y is not available in A. Model B checks OK and simulates but it should not.

{{{
model A
 parameter Real x = 1;
end A;
}}}


{{{
model B
  extends A(y=2) ""Error: y is not available in A"";
end B;
}}}"	defect	closed	high				fixed		krsta
