﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1192	Lookup issues of inherited type aliases	Martin Sjölund	Martin Sjölund	"Small example based on Modelica.Media code:

{{{
package M
package my
  type Abs2 = Integer;
end my;

class Z
  Abs abc;
  type Abs = my.Abs2;
end Z;

class X
  extends Z(abc = 3);
end X;
end M;

class Y1
  extends M.X;
end Y1;
}}}"	defect	closed	critical				fixed		Martin Sjölund Martin Sjölund
