1
0
Fork 0
php-language-server/fixtures/completion/fully_qualified_class.php

10 lines
103 B
PHP

<?php
namespace Whatever;
use TestNamespace\{TestClass, TestInterface};
\TestC
class OtherClass {}