1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 05:50:06 +08:00
SpaceVim/bundle/phpcomplete.vim/tests/fixtures/GetClassContents/ns1_foo2.php

5 lines
73 B
PHP

<?php
namespace NS1;
class NamespacedFoo2 extends \NS2\NamespacedFoo {}