﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1884	incompatible types when assigning to type 'modelica_real' from type 'modelica_string'	anonymous	somebody	"Caused by this model:
{{{
model DataType_OpenModelica
  input String str(start = ""muh"");
  output Integer length;
  output String outString(start = ""abcdef"");
algorithm
  length:=Modelica.Utilities.Strings.length(str);
  outString:=str;
end DataType_OpenModelica;
}}}


"	defect	assigned	high	Future	Backend	trunk		input	
