1
0
Fork 0
php-language-server/tests/Validation/cases/namespaces2.php

6 lines
60 B
PHP

<?php
namespace MyNamespace1;
use \NS1\C, \NS1\I, \NS1\T;