﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2283	Usage of imported qualified package constant  is not working	Adrian Pop	Adrian Pop	"This affects mostly the AVM models
{{{
package TestPackage 
  type MyType = Real;
  
  package Water
	import TestPackage.Water.ConstantPropertyLiquidWater.simpleWaterConstants;
	package ConstantPropertyLiquidWater
	  constant MyType simpleWaterConstants = blah;
	  constant MyType blah = 1.0;
	end ConstantPropertyLiquidWater;
  
  end Water;
end TestPackage;

model TestPackageConstantHandling
  constant TestPackage.MyType x = TestPackage.Water.simpleWaterConstants;
end TestPackageConstantHandling;
}}}
"	defect	closed	high	1.9.0	Frontend	trunk	fixed		
