Current File : /home/itiffy/www/vendor/phpunit/php-token-stream/tests/_fixture/classUsesNamespacedFunction.php
<?php
namespace foo;

use function bar\baz;

class Foo
{
}