1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 20:00:06 +08:00
SpaceVim/bundle/phpcomplete.vim/tests/fixtures/GetClassName/foo_inheritance_level31.php

15 lines
94 B
PHP
Vendored

<?php
namespace NS31/SubNS;
class Level31 {
public function level31Method() {
}
}
?>