﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1000	omc deletes all the comments present in the Modelica code.	donida	donida	"When loading the file in the OpenModelica compiler, the comments present in the Modelica code are deleted.

For example if one considers the following class:

model try
  parameter Real a/*This is the first parameter*/;
  parameter Real b; //This is the second parameter
end try;

load this class in the omc and then ""list(try)"", the output is:

model try
  parameter Real a;
  parameter Real b;
end try;"	defect	closed	blocker		Parser		fixed		donida
