﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5944	Uniontype support for constants	John Tinnerholm	John Tinnerholm	"Background:
Currently, it is not possible to write 

{{{
uniontype Foo
  constant bar;
  function fBar
  end fBar;
end Foo;
}}}


This has lead to the the following pattern, mostly in the New Frontend:


{{{
package P_Foo
constant bar;
uniontype Foo
<Every thing else>
end Foo;
end P_Foo;
}}}


The purpose of this ticket is to implement support for constants in the new frontend "	enhancement	closed	high	1.16.0	MetaModelica		fixed		Adrian Pop Per Östlund
