package pack; import otherPack.*; class Main { static function main() { trace(new Mod()); trace(Mod.A); } }