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

15 lines
94 B
PHP
Raw Normal View History

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