﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1695	SCodeFlatten causes scripting API to stop working	Martin Sjölund	Martin Sjölund	"{{{
loadString(""
model N
  Integer Spring[:] = {1,2,3,4};
end N;

model M
  extends N(Spring[:] = {1,2,3});
end M;
"");
getClassNames();getErrorString();
}}}

{{{
Compiler/FrontEnd/SCodeUtil.mo:        Error.addSourceMessage(Error.SUBSCRIPTED_MODIFIER, {}, info);
}}}

The above model is illegal according to SCodeFlatten, but the class should simply be invalidated. If we load this class, OMEdit, is now unable to delete or add classes, etc (getClassNames no longer returns a value)."	defect	closed	high	1.9.0	Command Prompt Environment		fixed		Martin Sjölund Per Östlund
