﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4894	NF treats polymorphic as a reserved type in Modelica code	Per Östlund	Per Östlund	"This model:
{{{#!mo
model M
  class polymorphic
    Real x;
  end polymorphic;

  polymorphic x;
end M;
}}}
flattens to this:
{{{#!mo
class M
  polymorphic<> x;
end M;
}}}
{{{polymorphic}}} is an implementation detail for generic types that shouldn't leak into normal Modelica code."	defect	closed	low	1.19.0	New Instantiation	v1.13.0-dev-nightly	fixed		
