﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3702	A case of immediate OMEdit Crash	massimo ceraolo	Adeel Asghar	"Tested with OM installed from today's night build:
OpenModelica-v1.9.4-dev.beta2-15-g2dbe6e3.exe

Steps to reproduce:
1) Open oMEdit
2) create a new model naming it ""a""
3) In text mode delete the model ""a"" and paste the following model (from ticket #3698):
model Test
  Integer N = 2;
  Real x[N](each fixed = true);
equation
  for i in 1:N loop
    der(x[i]) = -x[i];
  end for;
  annotation(Icon(coordinateSystem(initialScale = 1)), Diagram);
end Test;
4) click on the save button => CRASH
"	defect	closed	blocker	1.9.4	OMEdit	v1.9.4-dev-nightly	fixed		
