﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3073	Wild card import in a sub package function fails to build the model	Ravi Saripalli <ravi.saripalli@…>	somebody	"'''omc version 1.9.2+dev (r23940)'''

I observe that when I include a wild card import in a subpackage of a user library
library parser can not find the member functions in that package. I am forced to use fully
qualified names.  eg.
                                package A
                                    function test
                                      import A.B.C.* ; // this and 
                                         x := dummy() ; ... // this combo does not work
                                         x := A.B.C.dummy() ; this alone works
                                  package B
                                     package C
                                         function dummy ...

Sample code to illustrate is attached: 


"	defect	closed	high	1.16.0	Frontend	trunk	fixed		
