﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5873	Partial model using undeclared variable in equation works with OF but not with NF	Karim Adbdelhak	Per Östlund	"The model `M` from the following package was compilable in the old but not in the new frontend:
{{{
package partialstuff

partial model PM
equation
  v = 10;
end PM;

model M
  extends PM;
  Integer v;
end M;

end partialstuff;
}}}

The error message for the NF is
{{{
[1] 09:48:59 Translation Error
[partialstuff: 5:3-5:9]: Variable v not found in scope PM.
}}}

Is this expected behaviour? Does someone know what the specification says about this?"	discussion	closed	high	Future	New Instantiation		invalid		Francesco Casella Karim Adbdelhak
