class Main { static var tmp:Any; static function main() { // pack.Foo.test(); tmp = new Foo().bar; } }