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

5 lines
73 B
PHP
Vendored

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