Seditio Source
Root
|
.
/
othercms
/
croogo-4.0.7
/
vendor
/
phpunit
/
php-token-stream
/
tests
/
_fixture
/
classUsesNamespacedFunction.php
<?php
namespace
foo
;
use function
bar
\
baz
;
class
Foo
{
}