import testdir.TestLib ; void fun( ) { println("World"); } TestLib.fun( ); // Calls fun() from the TestLib module fun( ); // Calls fun() defined in the current module