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

12 lines
123 B
PHP

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