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

10 lines
102 B
PHP
Raw Normal View History

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