Files
WrenchBoardDocker/vendor/phpunit/php-token-stream/tests/_fixture/classUsesNamespacedFunction.php
T
2021-10-09 21:59:14 -04:00

8 lines
58 B
PHP

<?php
namespace foo;
use function bar\baz;
class Foo
{
}