class UnnamedLocal { static function main() { function(str) { trace(str); } ("hello"); } }