﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1137	Kernel fails to return components when using constant (from MathCore)	Jan Brugård	Jan Brugård	"Compare the models:
{{{
package test
  Modelica.Mechanics.MultiBody.Types.Color BodyColor={0,128,255};
end test;
}}}
{{{
package test2
  constant Modelica.Mechanics.MultiBody.Types.Color BodyColor={0,128,255};
end test2;
}}}
The second model gives the error message:
{{{
--- [138] 13:36:37 Internal error ---
The kernel failed to return the components in class test.
}}}

Models similar to this is used in Modelica.Mechanics.MultiBody.Types.Defaults in the MultiBody."	defect	closed	critical				fixed		Jan Brugård
