﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1072	Detect modifiers on components declared as outer. (from MathCore)	krsta	krsta	"OpenModelica allows modifiers on components declared as outer. OpenModelica should detect it when checking the model and building as it is not allowed according to the Modelica specification.

{{{
model A
  outer parameter Real x = 2; // Should not be allowed!
end A;

model main
  inner parameter Real x;
  A a1;
end main;
}}}"	defect	closed	high		Backend		fixed		krsta
