﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1303	Problem with types having the same name as the package	Martin Sjölund	Martin Sjölund	"I don't have time to check this problem against the Modelica spec. If it's not allowed 

Basically, we have types Env.Env, DAE.DAE, InstanceHierarchy.InstanceHierarchy. But the compiler disallows these.
So either we need to fix the type (or module) names. Or we allow this in the compiler (making Lookup even harder).

Disallowed:
{{{class A
A a;
end A;}}}

Allowed:
{{{class A
type A = Real;
A a;
end A;}}}"	defect	closed	high	Bootstrapping			fixed		Martin Sjölund Martin Sjölund
