ORIENT/vendor/phpunit/php-token-stream/tests/_fixture/classUsesNamespacedFunction...

8 lines
58 B
PHP
Raw Normal View History

2021-04-08 08:08:59 +00:00
<?php
namespace foo;
use function bar\baz;
class Foo
{
}